read_json_headers | R Documentation |
Extracts the information from each json and merges it to the dataframe. Depends on existing columns! Identified by get_json_headers
read_json_headers(json_path, suffix = "")
json_path |
path containing the json files |
output_suffix |
suffix, which will be appended to the output file |
writes a tsv (prefix "json_metadata") containing all headers and the contained information from the JSON files.
read_json_headers(json_list, empty_df_with_headers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.