build_rmd() is a wrapper around rmarkdown::render() that first installs
a temporary copy of the package, and then renders each .Rmd in a clean R
session. build_readme() locates your README.Rmd and builds it into a
README.md
build_rmd(files, path = ".", output_options = list(), ..., quiet = TRUE) build_readme(path = ".", quiet = TRUE, ...)
| files | The Rmarkdown files to be rendered. |
|---|---|
| path | path to the package to build the readme. |
| output_options | List of output options that can override the options
specified in metadata (e.g. could be used to force |
| ... | additional arguments passed to |
| quiet | If |