fromJSON {BrowserViz} | 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)))