load.project: Automatically load data and packages for a project.

Description Usage Arguments Value See Also Examples

View source: R/load.project.R

Description

This function automatically load all of the data and packages used by the project from which it is called. The behaviour can be controlled by adjusting the project.config configuration.

Usage

1
load.project(override.config = NULL)

Arguments

override.config

Named list, allows overriding individual configuration items.

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

1
2
3
library('ProjectTemplate2')

## Not run: load.project()

connectedblue/ProjectTemplate2 documentation built on May 17, 2019, 2:46 p.m.