setup_directory: Setup Thermopic Directory

Description Usage Arguments

View source: R/setup_directory.R

Description

Setup a directory to be used with the thermopic software

Usage

1
2
setup_directory(path, UserOptions, Lake, Climate, DataDictionary,
  overwrite = FALSE, overwrite_output = FALSE)

Arguments

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.


stevencarlislewalker/thermopic documentation built on March 10, 2020, 8:31 p.m.