Dump the contents of remake into an environment; by default the
global environment. This is similar in effect to
create_bindings()
but does not create links; instead a
copy of everything that remake has built, plus all functions
sources into remake, are copied into the environment.
1 2 | dump_environment(envir = .GlobalEnv, verbose = TRUE,
allow_missing_packages = FALSE, remake_file = "remake.yml")
|
envir |
Environment to copy into; by default the global environment. |
verbose |
Be verbose when loading the remakefile |
allow_missing_packages |
Allow missing packages when loading remake file? |
remake_file |
Name of the remakefile (by default
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.