Learn R Programming

growR (version 1.3.0)

growR_package_options: Default options introduced by package growR

Description

These are the default options, set when the package is loaded by `library(growR)`. To get or change the current value of an option, use the `options()` function.

growR.verbosity

Integer that controls how much console output is generated by growR functions. Higher numbers mean more output. See [logger()].

growR.input_dir

Name of the directory in which to look for input files.

growR.output_dir

Name of the directory into which output files are written.

growR.data_dir

Name of the directory in which to look for measured data files.

Usage

growR_package_options

Arguments

Format

An object of class list of length 4.

See Also

[options()]