completeNamespace {svTools} | R Documentation |
Namespace completion
Description
Provides a completion list in the context of a NAMESPACE file.
Usage
completeNamespace(line)
Arguments
line |
the line currently edited in the NAMESPACE file. |
Value
A list with the possible completion items
Author(s)
Romain Francois <francoisromain@free.fr>
See Also
Examples
completeNamespace("import(")
completeNamespace("importFrom(")
completeNamespace("export(") # Not yet!
[Package svTools version 0.9-5 Index]