from_json_or_tab: Load a file that may be in either JSON or tabular format

Description Usage Arguments Value See Also

Description

Regardless of the input format, a list will be returned

Usage

1
2
from_json_or_tab(txt, json = FALSE, tab = FALSE, header = FALSE,
  stringsAsFactors = TRUE, ...)

Arguments

txt

a JSON string, a URL, or a JSON or tabular file

json

indicates JSON input

tab

indicates tabular input

...

additional arguments to be passed to fromJSON or read.table

Value

a list representing the input data

See Also

simplify_data_frames


anthony-aylward/jsontab documentation built on May 6, 2019, 11:25 a.m.