Learn R Programming

ProjectTemplate (version 0.1-3)

show.updates: Show the user how their directory structure would be different under the most recent version of ProjectTemplate.

Description

Show the user how their directory structure would be different under the most recent version of ProjectTemplate. Currently uses diff and will therefore not run on Windows systems.

Usage

show.updates()

Arguments

Value

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

Examples

Run this code
library('ProjectTemplate')

show.updates()

Run the code above in your browser using DataLab