lists_2_json | R Documentation |
lists_2_json
lists_2_json( lists_to_save, zip_file = NULL, digits = 8, temp_dir = tempfile(pattern = "json") )
lists_to_save |
the set of lists to create the json from |
zip_file |
should the JSON files be zipped into a zip file? Provide the zip file name |
digits |
how many digits to use for the JSON representation |
temp_dir |
temp directory to write the JSON files to |
character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.