.encode.arg | R Documentation |
Serialize to JSON, then encode base64, then replace '+', '/' and '=' in the result in order to play nicely with the opal sentry. Used to encode non-scalar function arguments prior to sending to the opal server. There's a corresponding function in the server package calle .decode_args
.encode.arg(some.object, serialize.it = FALSE)
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.