Learn R Programming

rosr (version 0.0.10)

create_rosr: Create a new project or a new sub-project

Description

Create a new project or a new sub-project

Usage

create_rosr(
  project = "test",
  if_render = TRUE,
  dest_dir = NA,
  overwrite = FALSE,
  sub_project = sub_projects()
)

Arguments

project

Project name.

if_render

Logical. Whether render the templates.

dest_dir

Character. The destination directory of the new project.

overwrite

Logical. Whether overwrite existing files.

sub_project

Character. The type of the sub-project to create.

Value

a project folder

Examples

Run this code
# NOT RUN {
# create_rosr(dest_dir = tempdir(), sub_project = 'Rproj')
# }

Run the code above in your browser using DataLab