Initialize darwin data structure.
darwin_data(
project_dir,
working_dir = NULL,
output_dir = NULL,
key_models_dir = NULL,
...
)Object of class darwin_data.
Directory containing input files for pyDarwin (e.g., options.json).
Directory containing misc results folders generated from a pyDarwin search. This is the default location of the key_models, output, and temp folders.
Directory containing output files such as "results.csv" and final control files.
Default location is inside working_dir/output.
Directory of the key_models folder. Default location is inside working_dir/key_models.
Note, key models are not imported if argument is NULL, explicitly specify key_models_dir to import files for darwinReportUI.
Additional args.
If working_dir and output_dir are sub directories of project_dir, these arguments can be ignored.
The key_models_dir is not required to initialize the darwin_data object. If specified, however, key models data will
be imported which may take time given the number of key models and size of output tables. See import_key_models.