Description Usage Arguments Value Examples
Convert a string (generated using obj_to_str) back to an object.
1 |
str |
A string generated using obj_to_str(). |
An object.
1 | data.frame(x = c(NA, "A string"), y = 1:2) %>% obj_to_str() %>% str_to_obj()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.