Use this function to change the default package settings. When calling this function, only specify the settings you want to change, everything else will remain unchanged. The default value for each parameter is what the package uses by default for each setting.
Usage
orbi_set_settings(
di_ref_name = "ref",
di_sample_name = "sam",
data_type_data = "data",
data_type_startup = "startup",
data_type_changeover = "changeover",
data_type_unused = "unused",
reset_all = FALSE
)
Arguments
- di_ref_name
the text label for dual inlet reference blocks
- di_sample_name
the text label for dual inlet sample blocks
- data_type_data
the text used to flag raw data as actually being data
- data_type_startup
the text used to flag raw data as being part of the startup
- data_type_changeover
the text used to flag raw data as being part of a changeover
- data_type_unused
the text used to flag raw data as being unused
- reset_all
if set to TRUE, will reset all settings back to their defaults
Value
invisible list of all settings (see orbi_get_settings()
)