load.project | R Documentation |
This function automatically load all of the data and packages used by
the project from which it is called. The behavior can be controlled by
adjusting the project.config
configuration.
load.project(...)
... |
Named arguments to override configuration from |
...
can take an argument override.config or a single named
list for backward compatibility. This cannot be mixed with the new style
override. When a named argument override.config is present it takes
precedence over the other options. If any of the provided arguments is
unnamed an error is raised.
No value is returned; this function is called for its side effects.
create.project
, get.project
,
cache.project
, show.project
, project.config
library('ProjectTemplate')
## Not run: load.project()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.