completeRoxygen: completion for R oxygen entries

Description Usage Arguments Value Author(s) References See Also Examples

Description

Proposes completions for R oxygen inline documentation of R functions.

Usage

1
2

Arguments

file

a file to complete.

row

location of the cursor (row) in the file.

line

line of code currently edited.

Value

A list with the following items:

token

token that is being completed.

completions

list of current completions.

tooltip

further explanation about completion items (for completeRoxygen() only).

Author(s)

Romain Francois <francoisromain@free.fr>

References

Roxygen. http://roxygen.org/

See Also

generateRoxygenTemplate

Examples

1
2

svTools documentation built on May 2, 2019, 3:21 a.m.