base64_encode | R Documentation |
Encodes raw vector to base64 string
base64_encode(x, url = FALSE)
x |
a raw vector. |
url |
a bool whether to encode for base64 url string. Default is |
https://en.wikibooks.org/wiki/Algorithm_Implementation/Miscellaneous/Base64
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.