File: base64_decode.Rd

package info (click to toggle)
r-cran-processx 3.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,068 kB
  • sloc: ansic: 6,485; sh: 13; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/base64.R
\name{base64_decode}
\alias{base64_decode}
\alias{base64_encode}
\title{Base64 Encoding and Decoding}
\usage{
base64_decode(x)

base64_encode(x)
}
\arguments{
\item{x}{Raw vector to encode / decode.}
}
\value{
Raw vector, result of the encoding / decoding.
}
\description{
Base64 Encoding and Decoding
}