setup_dap: Set up a project for data analysis.

Description Usage Arguments Details Value

Description

This function sets up the project template for a simple data analysis. It creates the directory structure, adds a file ProjectInfo.md and sets up the main script.

Usage

1
2
setup_dap(path, desc = character(0), readme = TRUE, addexamples = FALSE,
  ...)

Arguments

path

a character vector with the path where the project should be created.

desc

a character vector with a short description of the project. This will be used as title.

readme

a logical value indicating whether or not the file README.md should be created

addexamples

a logical value indicating whether or not example files should be copied into the new project.

...

extra arguments captured from the project wizard. currently ignored.

Details

This function is the binding in the dcf file that contains the project definition.

Value

NULL invisibly. This function is only called for its side effects.


JoFAM/daprojects documentation built on May 13, 2019, 8:19 a.m.