source_to_new_env {sig} | R Documentation |
Silently sources a file into a new environment, returning that environment.
source_to_new_env(file, encoding = getOption("encoding"))
file |
a file to source. |
encoding |
character encoding of that file. |
An environment containing the sourced variables.