Learn R Programming

ProjectTemplate (version 0.1-2)

create.project: Automatically creates a new project directory and all of its contents.

Description

create.project() builds a project directory containing several sub-directories and files. The full output is described in the associated README, which can be seen on GitHub.

Usage

create.project(project.name)

Arguments

project.name
A character vector containing the name for this new project. Must be a valid directory name for your file system.

Value

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

Examples

Run this code
library('ProjectTemplate')

create.project('project_name')

Run the code above in your browser using DataLab