The "Generating Rd files" vignette has a paragraph on "Roxygen templates".
vignette("rd", package = "roxygen2")
but I grant you it's not terribly detailed.
In these situations it can be helpful to search GitHub for other packages that
do the thing you want to do.
This search finds >1400 exampl
I found in packgae ply - file adply.r:
#' @template ply
#' @template a-
#' @template -d
but no documentation about the template functionality, especially how to
create the template file. (I tried to find it with google - of course)
Is there any complete documentation about roxgen?
Knut
___