base64_decode | R Documentation |
Decodes base64 string to raw vector
base64_decode(x, url = identical(attr(x, "url", exact = TRUE), TRUE))
x |
a base64 encoded string. |
url |
a bool whether to decode from base64 url encoding. 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.