| as_base64 | R Documentation |
Encodes one or more elements of a character vector into Base64 format.
as_base64(x)
x |
A character vector. NA values are preserved. |
A character vector of Base64-encoded strings, same length as x.
as_base64(letters)
as_base64(c("hello", NA, "world"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.