convertJSON: Convert JSON content to an R object

View source: R/runTime.R

convertJSONR Documentation

Convert JSON content to an R object

Description

This function is a simple interface to fromJSON which converts a string containing JSON (JavaScript Object Notation) content into an R object.

Usage

convertJSON(text)

Arguments

text

a character string (vector of length 1) containing the JSON content.

Value

An R object from converting the JSON content to R.

See Also

fromJSON


duncantl/WADL documentation built on Nov. 23, 2023, 4:28 p.m.