source_to_new_env: Source a file into a new environment.
Description
Silently sources a file into a new environment,
returning that environment.
Usage
source_to_new_env(file, encoding = getOption("encoding"))
Arguments
encoding
character encoding of that file.
Value
An environment containing the sourced variables.