Description Usage Arguments Value Suggestion References See Also Examples
new_vignette
- Generate a vignettes template to increase efficiency.
append_vignette
- Add vignettes to a pre-existing vignettes directory.
1 2 3 4 5 6 |
vignette |
A character string of the vignette name (subdirectories of
the main directory, "vignettes", will utilize this string). The function
|
type |
A character string of either |
path |
The path to where the project should be created. Default is the
current working directory. Suggest setting to the package root directory. If
using the function |
bib.loc |
Optional path to a .bib resource. |
name |
A character string of the user's name to be used on the vignette. |
open |
logical. If |
github |
logical. If |
Creates a vignette template.
The user may want to set options
for
bib.loc
, name.reports
in the user's primary .Rprofile
:
bib.loc - The path to the users primary bibliography
name.reports - The name to use on reports
http://yihui.name/knitr/demo/vignette/
http://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Writing-package-vignettes
1 | ## new_vignette()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.