load.project {ProjectTemplate} | R Documentation |
Automatically load data and packages for a project.
Description
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.
Usage
load.project(...)
Arguments
... |
Named arguments to override configuration from |
Details
...
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.
Value
No value is returned; this function is called for its side effects.
See Also
create.project
, get.project
,
cache.project
, show.project
, project.config
Examples
library('ProjectTemplate')
## Not run: load.project()
[Package ProjectTemplate version 0.11.0 Index]