read_json {tidyjson} | R Documentation |
Reads JSON from an input uri (file, url, ...) and returns a
tbl_json
object
Description
Reads JSON from an input uri (file, url, ...) and returns a
tbl_json
object
Usage
read_json(path, format = c("json", "jsonl", "infer"))
Arguments
path |
to some json data |
format |
If |
Value
a tbl_json
object
[Package tidyjson version 0.3.2 Index]