Environment variables can be used to control various aspects of the execution
of a production job. For environment variables that does not contain any
secret information it is beneficial to have them stored in the project to
make sure that they are set equally in all environments they are executed.
use_envvars
will write the given environment variables to the Envvar
field
of the DESCRIPTION file. During deployment these values are forwarded to the
deployment server. set_envvars()
will register the environment variables in
the current R session for interactive use (this happens automatically in
try_connect_run()
).