project_config_reload: Reload Project Config

Description Usage Arguments Details See Also Examples

Description

(Re)loads the project configuration file.

Usage

1
project_config_reload(config_file = NULL, keepDTS = FALSE)

Arguments

config_file

A string specifying the path to the configuration file. If not specified, the config.yml file in the working directory will be loaded if it exists, otherwise a default configuration file will be loaded from the package.

keepDTS

A boolean flag indicating whether the previously set DateTime Stamp should be reused (if project_reload_config has been used before to set project_config$DTS).

Details

Loads or reloads the project configuration file into an R variable project_config.

The previous DateTime Stamp will be preserved is so indicated.

See Also

project_restart.

Examples

1
2

erikjandevries/r.dstools.ej documentation built on May 24, 2019, 4:02 a.m.