Learn R Programming

svTools (version 0.9-0)

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

concept

code completion for NAMESPACE

See Also

lintNamespace

Examples

Run this code
completeNamespace("import(")
completeNamespace("importFrom(")
completeNamespace("export(")  # Not yet!

Run the code above in your browser using DataLab