base64 | R Documentation |
Encode and decode in Base64.
encode64(x)
decode64(s, toChar = TRUE)
x |
Character vector or list of numeric vectors of ASCII byte codes. |
s |
Base64-encoded character strings. |
toChar |
Logical. If |
encode64
returns base64-encoded character strings.
decode64
returns a character vector or a list of numeric vectors of ASCII byte codes.
encode64("This is a string to encode.")
decode64(encode64("This is a string to encode and decode."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.