powered by
Proposes completions for R oxygen inline documentation of R functions.
completeRoxygen(line = "#'") completeRoxygenParam(file, row, line = "#' @param ")
a file to complete.
location of the cursor (row) in the file.
line of code currently edited.
A list with the following items:
token that is being completed.
list of current completions.
further explanation about completion items (for completeRoxygen() only).
completeRoxygen()
Roxygen. http://roxygen.org/
generateRoxygenTemplate
# NOT RUN { completeRoxygen("#'") completeRoxygen("#' @ex") # }
Run the code above in your browser using DataLab