Learn R Programming

ProjectTemplate (version 0.6)

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.

Usage

reload.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.

Examples

Run this code
library('ProjectTemplate')

## Not run: load.project()
# 
# reload.project()## End(Not run)

Run the code above in your browser using DataLab