View source: R/setup_directory.R
Setup a directory to be used with the thermopic software
1 2  | setup_directory(path, UserOptions, Lake, Climate, DataDictionary,
  overwrite = FALSE, overwrite_output = FALSE)
 | 
path | 
 Filesystem location for running thermopic analyses. If the path already exists, throw an error unless overwrite is TRUE.  | 
UserOptions | 
 Path to csv file containing user options. If missing a default file is used (TODO: describe format)  | 
Lake | 
 Path to csv file containing lake data If missing a default file is used (TODO: describe format)  | 
Climate | 
 Path to csv file containing climate data If missing a default file is used (TODO: describe format)  | 
DataDictionary | 
 Path to csv file containing the thermopic data dictionary  | 
overwrite | 
 Should an existing directory at the specified path be overwritten?  | 
overwrite_output | 
 Should any existing output be overwritten? If overwrite_output is TRUE, than overwrite is ignored.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.