use_readme {rworkflows} | R Documentation |
Use README
Description
Creates an rmarkdown README file that autofills using metadata from the R package DESCRIPTION file.
Usage
use_readme(
save_dir = here::here(),
path = file.path(save_dir, "README.Rmd"),
force_new = FALSE,
show = FALSE,
verbose = TRUE
)
Arguments
save_dir |
Directory to save the file to. |
path |
Path to the file. |
force_new |
If the file already exists, overwrite it
(default: |
show |
Print the contents of the file in the R console. |
verbose |
Print messages. |
Value
Path to README file.
Examples
## use default save_dir in practice
path <- use_readme(save_dir = tempdir())
[Package rworkflows version 1.0.1 Index]