write_dataset | R Documentation |
Save a dataset to a .csv database A .csv database is a collection of .csv files under the same folder where every .csv file has a common prefix and a differential key that distinguishes it from other files and hints at its contents
write_dataset(dataset, result_folder)
dataset |
A list with entries metadata, roi_data, controller_data, var_map and roi_map |
result_folder |
A folder where to generate a .csv database. Created on the spot if it doesn't exist |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.