darwin_data | R Documentation |
Initialize darwin data structure.
darwin_data(
project_dir,
working_dir = NULL,
output_dir = NULL,
key_models_dir = NULL,
...
)
project_dir |
Directory containing input files for pyDarwin (e.g., options.json). |
working_dir |
Directory containing misc results folders generated from a pyDarwin search. This is the default location of the key_models, output, and temp folders. |
output_dir |
Directory containing output files such as "results.csv" and final control files.
Default location is inside |
key_models_dir |
Directory of the key_models folder. Default location is inside |
... |
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
.
Object of class darwin_data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.