Skip to contents

lists_2_json

Usage

lists_2_json(
  lists_to_save,
  zip_file = NULL,
  digits = 8,
  temp_dir = tempfile(pattern = "json")
)

Arguments

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

Value

character