ProjectTemplate (version 0.4-2)

reload.project: Reload a project from scratch.

Description

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.

Arguments

Value

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

Examples

Run this code
library('ProjectTemplate')

load.project()

reload.project()

Run the code above in your browser using DataLab