Set environment variables from files
projr_env_set.RdActivate environment variables by reading default values from a set of files.
If file is NULL,
all existing files are used in order of decreasing priority:
first _environment.local (machine-specific overrides),
then any _environment-<profile> files (profile-specific),
and finally _environment (global defaults).
The profiles activated are those set in the QUARTO_PROFILE
and the PROJR_PROFILE environment variables, with
QUARTO_PROFILE priorities.
The QUARTO_PROFILE variable can specify multiple profiles,
separated by commas.
The PROJR_PROFILE variable can also specify multiple profiles,
separated by either commas or semi-colons.
In both cases, the earlier profile takes precedence, e.g.
QUARTO_PROFILE=test,basic will activate the test profile first.