fromJSON: Transform JSON string into a native R object

View source: R/BrowserViz-class.R

fromJSONR 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)))


paul-shannon/BrowserViz documentation built on Jan. 15, 2024, 10:27 p.m.