Parameters can be left to NULL; it will then rely on parameters set with cas_set_options()
Arguments
- base_folder
Defaults to NULL, can be set once per session with
cas_set_options()
. A path to a location used for storing html and other project files. If the folder does not exist, it will be created. If not given, and not previously set as environment variable, defaults tocastarter_data
.- project
Defaults to NULL. Project name, can be set once per session with
cas_set_options()
. This will be used as first level folder and may be used elsewhere to describe the dataset.- website
Defaults to NULL. Website name, can be set once per session with
cas_set_options()
. This will be used as a second level folder and may be used elsewhere to describe the dataset.