Skip to contents

Creates common folder structure for new projects for consistency.

Usage

fire_project(
  quiet = FALSE,
  dir = c("dropbox", "onedrive", "custom"),
  drive = NULL,
  number = TRUE
)

Examples

if (FALSE) { # \dontrun{
fire_project()
} # }