Learn R Programming

ProjectTemplate (version 0.1-2)

load.project: Automatically load all of the data and libraries used by the current project.

Description

Automatically load all of the data and libraries used by the current project.

Usage

load.project()

Arguments

Value

  • No value is returned; this function is called for its side effects.

Examples

Run this code
library('ProjectTemplate')

create.project('project_name')

setwd('project_name')

load.project()

Run the code above in your browser using DataLab