fromJSON {BrowserViz}R Documentation

Transform JSON string into a native R object

Description

Transform JSON string into a native R object

Usage

fromJSON(...)

Arguments

...

Extra arguments passed to this function

Value

a native R data structure

Examples


 fromJSON(toJSON(data.frame(a=8:10, b=LETTERS[8:10], stringsAsFactors=FALSE)))


[Package BrowserViz version 2.14.1 Index]