Reads the user generated YAML file (user-config.yaml) which stores the
user specified values for the arguments in run_eems() and applies them
to the package environment (.pkgenv). This allows the user to specify
processing parameters that are maintained across R sessions.
Usage
edit_user_config()
load_user_config(
config_path = rappdirs::user_data_dir("eemanalyzeR"),
env = .pkgenv
)Value
edit_user_config opens up
user-config.yaml.load_user_config will apply the user defaults from
user-config.yamlto the package environment
