I have written a tutorial in vignette form for one of my packages.
It works fine, but it only creates the html version of the vignette. Is there a way I can create both the html and the pdf version of my vignettes?
I have tried to append rmarkdown::pdf in the output field of my .Rmd file, but it didn't work.
rmarkdown::render("YOUR_RMD_FILE", "all")
– Edric