View source: R/BrowserViz-class.R
fromJSON | R Documentation |
Transform JSON string into a native R object
fromJSON(...)
... |
Extra arguments passed to this function |
a native R data structure
fromJSON(toJSON(data.frame(a=8:10, b=LETTERS[8:10], stringsAsFactors=FALSE)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.