| use_pkgbuild_rmd | R Documentation |
Create R Markdown file which contains functions
to use in R package development process. use_pkgbuild_rmd() will:
Create dev/build.Rmd relative to the package root
Add ^dev$ to .Rbuildignore
Open build.Rmd for editing
use_pkgbuild_rmd( overwrite = FALSE, open = rlang::is_interactive(), remote = FALSE, url = NULL )
overwrite |
If |
open |
Whether to open the file for interactive editing. |
remote |
Remote template options, choose one of:
|
url |
If not |
A path to newly created file.
set_github_template_url(): for setting GitHub URL to download your own template file
## Not run: # Write `dev/build.Rmd` and open for edit use_pkgbuild_rmd() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.