Learn R Programming

ProjectTemplate (version 0.5-1)

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()

Arguments

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
library('ProjectTemplate')

load.project()

Run the code above in your browser using DataLab