.decode.arg | R Documentation |
Work around the restrictions imposed by the Opal server on function arguments The Opal server is very picky as regards function arguments. The workaround is to serialize and encode them on the client and strip the right padding.
.decode.arg(some.thing, simplifyMatrix = FALSE)
some.thing |
the thing to be decoded and deserialized from json if necessary |
It looks for the string 'base64' in the argument to determine if it's encoded
the decoded and deserialized argument
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.