Use this function if metadata is located in the same file as the data and the data is stored in a JSON file.
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
.