read.jsonl_table {JSON} |
R Documentation |
read json list
Description
Usage
read.jsonl_table(file, cols,
row.names = NULL);
Arguments
file
the file path to the json list, usually be the *.jsonl
file.
env
[as Environment]
Details
Authors
SMRUCC genomics
Value
a tuple list that contains the json objects that parsed from the json list file.
clr value class
Examples
[Package
JSON version 6.0.0.3654
Index]