Generate a default Roxygen template for this file.
generateRoxygenTemplate(file, row, column, author = getOption("svTools.roxygen.author"),
type = c("verbatim", "supperabbrev"))
code file in which to add a roxygen roclet.
line in the file.
column in the file.
author. The default value uses the option "svTools.roxygen.author".
type of output. "verbatim"
is plain text.
"superabbrev"
is specific to jedit
A character string that contains the roxygen comments to add in the file.
Roxygen. http://roxygen.org/