read_json: Reads JSON from an input uri (file, url, ...) and returns a...

Description Usage Arguments Value

Description

Reads JSON from an input uri (file, url, ...) and returns a tbl_json

Usage

1
read_json(path, format = c("json", "jsonl", "infer"))

Arguments

path

to some json data

format

If "json", process the data like one large JSON record. If "jsonl", process the data one JSON record per line (json lines format) If "infer", the format is the suffix of the given filepath.

Value

tbl_json instance


sailthru/tidyjson documentation built on May 29, 2019, 12:59 p.m.