generateRoxygenTemplate {svTools} | R Documentation |
Generate a default Roxygen template for this file.
generateRoxygenTemplate(file, row, column, author = getOption("svTools.roxygen.author"),
type = c("verbatim", "supperabbrev"))
file |
code file in which to add a roxygen roclet. |
row |
line in the file. |
column |
column in the file. |
author |
author. The default value uses the option "svTools.roxygen.author". |
type |
type of output. |
A character string that contains the roxygen comments to add in the file.
Romain Francois <francoisromain@free.fr>
Roxygen. http://roxygen.org/