Learn R Programming

ProjectTemplate (version 0.3-5)

reload.project: Reload a project from scratch.

Description

Reload a project from scratch.

Arguments

Value

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

Details

This function will clear the global environment and reload a project from scratch. This is useful when you've updated your data sets or changed your preprocessing scripts.

Examples

Run this code
library('ProjectTemplate')

#load.project()

#reload.project()}

Run the code above in your browser using DataLab