create_project_directories: Creates the standard set of subdirectories for a typical R...

Description Usage Arguments Examples

View source: R/create_project_directories.R

Description

Creates the standard set of subdirectories for a typical R project

Usage

1
2
3
4
5
6
7
create_project_directories(
  style = "default",
  license = "none",
  vignette = FALSE,
  add_makefile = TRUE,
  ...
)

Arguments

style

string value indicating the style of subdirectories to create (c("default", "learning", "minimal"))

vignette

a boolean value indicating whether "analysis" directory should be named "vignette"

Examples

1

joepowers16/breadcrumbs documentation built on Dec. 25, 2019, 4:13 p.m.