Get Environment Variable Giving a Hint on Missing Variables

get_environment_variable(x, do_stop = FALSE)

Arguments

x

name of environment variable

do_stop

logical. If TRUE an error is raised if the environment variable is not set. Otherwise (the default), a message is shown.