add2json | R Documentation |
Add Data to JSON file
add2json(list, json_filename, jsonpath = NULL)
list |
A list with extra information |
json_filename |
The json file to be supplemented. Preferably without file extensions. Can contain the full path. |
jsonpath |
The path for the json file. Only required if it has not been provided in the json_filename. |
Outputs the supplemented json file.
add2json(list1, 'pet/sub-01_pet')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.