iqss_use_readme_rmd: Create README files.

Description Usage Arguments Source Examples

Description

Creates skeleton README files with sections for

Use Rmd if you want a rich intermingling of code and data. Use md for a basic README. README.Rmd will be automatically added to .Rbuildignore. The resulting README is populated with default YAML frontmatter and R fenced code blocks (md) or chunks (Rmd).

Usage

1
iqss_use_readme_rmd(base_path = ".")

Arguments

base_path

Path to package root.

Source

Modified from usethis

Examples

1
2
3
4
## Not run: 
iqss_use_readme_rmd()

## End(Not run)

IQSS/IQSSdevtools documentation built on May 8, 2019, 10:54 a.m.