simplify_data_frames: Simplify data frames in input data

Description Usage Arguments Value See Also

Description

Data loaded using from_json_or_tab will be parsed as a list of lists. This function accepts a list generated by from_json_or_tab and returns a list of data frames.

Usage

1
simplify_data_frames(x, stringsAsFactors = TRUE)

Arguments

x

a list of lists to be converted to a list of data frames.

stringsAsFactors

logical: should character vectors be converted to factor vectors?

Value

a list of data frames

See Also

from_json_or_tab


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