load.project: 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(...)
Value
No value is returned; this function is called for its side effects.
Arguments
...
Named arguments to override configuration from config/global.dcf
and lib/global.R.
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.