Learn R Programming

svTools (version 0.9-5)

completeNamespace: 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

See Also

lintNamespace

Examples

Run this code
# NOT RUN {
completeNamespace("import(")
completeNamespace("importFrom(")
completeNamespace("export(")  # Not yet!
# }

Run the code above in your browser using DataLab