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