Description Usage Arguments Examples
Base64 encoding. By default uses the RFC 4648 dialect (file/url encoding) where characters 62 and 63 are "-" and "_". Pass in "+" and "/" to get the RFC 1421 variant (as in other R packages that do base64 encoding).
1 2 3 |
x |
A string or vector of strings to encode/decode |
char62 |
Character to use for the 62nd index |
char63 |
Character to use for the 63rd index |
pad |
Logical, indicating if strings should be padded with
|
error |
Throw an error if the decoding fails. If
|
1 2 3 4 5 6 7 |
[1] "aGVsbG8="
[1] "hello"
[1] "dW5saWtlbHkvdG8gYmUgQCB2YWxpZCBmaWxlbmFtZQ=="
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.