Skip to content

This function creates README.md in the Innovation Team templates for the standard file structure

Usage

create_readme(
  template = c("Overview", "Documents", "Code", "DataRaw", "DataProcessed",
    "DataOutput", "Figures", "Deliverables", "Reports"),
  path = getwd()
)

Arguments

template

Which README.md files should be created? Default is all. Partial matching does work.

path

Where should they be created? Default is the working directory.

Value

This function creates the desired README files. It will not overwrite the file however if it does not exists. It does not return anything.