R/utils.R
get_environment_variable.Rd
Get Environment Variable Giving a Hint on Missing Variables
get_environment_variable(x, do_stop = FALSE)
name of environment variable
logical. If TRUE an error is raised if the environment variable is not set. Otherwise (the default), a message is shown.
TRUE