| from_base64 | R Documentation |
Decodes one or more Base64-encoded elements back into their original character form.
from_base64(x)
x |
A character vector of Base64-encoded strings. NA values are preserved. |
A character vector of decoded strings, same length as x.
z <- as_base64(c("hello", "world"))
from_base64(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.