new_vignette(vignette = "vignette", type = "rmd", path = getwd(), bib.loc = NULL,
name = getOption("name.reports"), open = is.global(2), github = FALSE)
append_vignette(vignette = "vignette", type = "rmd", path = getwd(), bib.loc = NULL,
name = getOption("name.reports"))
append_vignette will create an additional vignette
with this name in the vignettes directory."rmd" or
"rnw".append_vignette this is the path to
the current vignettes directory.TRUE the project will be
opened in RStudio. The default is to test if
new_vignette is being used in the global
environment, if it is then the project directory will be
opened.TRUE the repo will be
sent to public GitHub
account.Creates a vignette template.
new_vignette - Generate a vignettes template to
increase efficiency.
append_vignette - Add vignettes to a pre-existing
vignettes directory.
The user may want to set options for
bib.loc, name.reports in the user's primary
.Rprofile:
http://yihui.name/knitr/demo/vignette/
http://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Writing-package-vignettes
## new_vignette()
browseVignettes