completeNamespace {svTools} | R Documentation |
Provides a completion list in the context of a NAMESPACE file.
completeNamespace(line)
line |
the line currently edited in the NAMESPACE file. |
A list with the possible completion items
Romain Francois <francoisromain@free.fr>
completeNamespace("import(")
completeNamespace("importFrom(")
completeNamespace("export(") # Not yet!