Description Usage Arguments Value Examples
View source: R/crss_changes_template.R
crss_changes_template()
creates a template for documenting the changes to
CRSS since the last release. The template is in RMarkdown and can then be
knit to pdf, and provided with the CRSS package.
1 | crss_changes_template(filename = NULL, path = NULL)
|
filename |
The name of the file to create. If |
path |
Where to create the file. If |
Invisibly returns the full file name if successful. Otherwise returns
FALSE
.
1 2 3 4 5 6 7 | ## Not run:
# create January2020.Rmd in the current directory
crss_changes_template("January2020")
# create crss_changes_template.Rmd in C:/test
crss_changes_template(path = "C:/test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.