.encode.arg | R Documentation |
Serialize to JSON, then encode base64,
then replace '+', '/' and '=' in the result in order to play nicely with the
opal entry. Used to encode non-scalar function arguments prior to sending to
the opal server. There is a corresponding function in the server package
called .decode.arg
. See dsSwissKnifeClient:::.encode.arg
.
.encode.arg(some.object, serialize.it = TRUE, digits = 20)
some.object |
the object to be encoded |
encoded text with offending characters replaced by strings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.