use_readme_rmd | R Documentation |
Generate a README.Rmd
use_readme_rmd(
open = rlang::is_interactive(),
pkg_name = golem::get_golem_name(),
overwrite = FALSE,
pkg = golem::get_golem_wd()
)
open |
Open the newly created file for editing? Happens in RStudio, if
applicable, or via |
pkg_name |
The name of the package |
overwrite |
an optional |
pkg |
Path to the root of the package. Default is |
pure side-effect function that generates template README.Rmd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.