Create a README.Rmd from a Kyber Template
Usage
create_readme(
file = "README.Rmd",
template = "openscapes-cohort-readme",
edit = TRUE
)
Arguments
- file
File name for the draft
- template
Template to use as the basis for the draft. This is either
the full path to a template directory or the name of a template directory
within the rmarkdown/templates
directory of a package.
- edit
TRUE
to edit the template immediately
Details
Valid values for the template
argument include "openscapes-cohort-readme"
.
Examples
if (FALSE) { # \dontrun{
kyber::create_readme()
} # }