source_to_new_env | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.