use_module_readme: Add a README rmarkdown file to an existing

Description Usage Arguments Examples

View source: R/event-utils.R

Description

Every module must have a main READMD file which serves as the documentation of that module. This function provides an easy way to add a README file using the recommended template.

Usage

1

Arguments

name

(character(1))
A module name.

Examples

1
2
3
4
5
## Not run: 
# this assumes that you have a module named 'demography'
use_module_readme(name = "demography")

## End(Not run)

dymium-org/dymiumModules documentation built on May 23, 2020, 10:30 a.m.