Learn R Programming

jsontools (version 0.1.0)

read_json: Read JSON from disk or url

Description

Read JSON from disk or url

Usage

read_json(path, ...)

Arguments

path

Path or connection to read from

...

arguments passed on to parse_json

Value

A R object. The type depends on the input but is usually a list or a data frame.