View source: R/textToObject.R View source: R/model.R
textToObject | R Documentation |
Convert Text Representation Back to R Object
textToObject(x)
x |
vector of character as returned by |
R object
textToObject("c(1:10)")
stopifnot(identical(iris, textToObject(objectToText(iris))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.