Convert a JSON file containing submission data to a data frame.
create_table_from_json_file(filename, data_id, lookup_table, complete = TRUE)
Path to JSON file
Data file handle ID
Dataframe with columns "section", "step", "variable" , and "label" used for user-friendly section and variable display. "step" maps desired "section" names. "label" maps desired "variable" names.
If `TRUE`, will join in all section and variable names that were not provided as part of the submission. If `FALSE`, will only return the data that was present in the JSON file.