Description Usage Arguments Value Author(s) References See Also Examples
Proposes completions for R oxygen inline documentation of R functions.
1 2 | completeRoxygen(line = "#'")
completeRoxygenParam(file, row, line = "#' @param ")
|
file |
a file to complete. |
row |
location of the cursor (row) in the file. |
line |
line of code currently edited. |
A list with the following items:
token |
token that is being completed. |
completions |
list of current completions. |
tooltip |
further explanation about completion items (for
|
Romain Francois <francoisromain@free.fr>
Roxygen. http://roxygen.org/
1 2 | completeRoxygen("#'")
completeRoxygen("#' @ex")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.