generateRoxygenTemplate: Roxygen template generator

Description Usage Arguments Value Author(s) References See Also

Description

Generate a default Roxygen template for this file.

Usage

1
2
generateRoxygenTemplate(file, row, column, author = getOption("svTools.roxygen.author"),
    type = c("verbatim", "supperabbrev"))

Arguments

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. "verbatim" is plain text. "superabbrev" is specific to jedit

Value

A character string that contains the roxygen comments to add in the file.

Author(s)

Romain Francois <francoisromain@free.fr>

References

Roxygen. http://roxygen.org/

See Also

completeRoxygen


SciViews/svTools documentation built on May 5, 2019, 12:29 p.m.