ProjectTemplate (version 0.7)

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.

Usage

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

Examples

Run this code
# NOT RUN {
library('ProjectTemplate')

# }
# NOT RUN {
load.project()
# }

Run the code above in your browser using DataLab