ProjectTemplate (version 0.7)

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
# NOT RUN {
library('ProjectTemplate')

# }
# NOT RUN {
load.project()

reload.project()
# }

Run the code above in your browser using DataLab