Skip to contents

Use this function if metadata is located in the same file as the data and the data is stored in a JSON file.

Usage

parse_meta_json(file, meta_ind = NULL, simplifyVector = TRUE, flatten = FALSE)

Arguments

file

String, file path.

meta_ind

Integer or string.

simplifyVector

Logical, simplifies nested lists into vectors and data frames.

flatten

Automatically flatten mested data frames into a single non-nested data frame. See fromJSON.