View source: R/serialisation_utils.R
deserialise_from_string | R Documentation |
This function allows you to deserialise a string to an object.
deserialise_from_string(str64)
str64 |
String to be deserialised. |
str <- serialise_to_string(iris)
iris2 <- deserialise_from_string(str)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.