powered by
Performs general set up for vignettes and initializes a new individual vignette:
Adds needed packages to DESCRIPTION
DESCRIPTION
Adds inst/doc to .gitignore so built vignettes aren't tracked
inst/doc
.gitignore
Creates a new draft .Rmd vignette in vignettes/ and, if possible, opens it for editing
.Rmd
vignettes/
use_vignette(name)
Base for file name to use for new vignette. Should consist only of numbers, letters, _ and -. I recommend using lower case.
# NOT RUN { use_vignette("how-to-do-stuff") # }
Run the code above in your browser using DataLab