View source: R/serialisation_utils.R
get_serialized_result | R Documentation |
This function allows you to prepare an object to be sent back to Tercen.
get_serialized_result(df, object, object_name, ctx)
df |
Data frame containing results. |
object |
Object to be serialized. |
object_name |
Name of the object. |
ctx |
Tercen context. |
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.