Learn R Programming

ProjectTemplate (version 0.3-4)

reload.project: Reload the current project.

Description

reload.project() clears the global environment and then calls load.project(), which runs .

Usage

reload.project()

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