So, I'd like to reference one of my package vignettes inside the roxygen2 comments of a function but I'm having a hard time understanding how to do it.
More generally, how do we reference documents inside /inst/doc
? E.g. I'd like to reference /inst/doc/mypdf.pdf
inside the roxygen2 comments for myFunc
. What would that look like? Is it even possible?
\code{vignette("help", package = "mypkg")}
directly to a url to the vignette article (ie..using what was recommended above) – Futhark