getKeywords {svIDE}R Documentation

get all keywords for syntax highlighting

Description

Get all visible keywords in one or several environment, excluding operators and reserved keywords.

Usage

getKeywords(pos = 2:length(search()))

Arguments

pos

a vector of integers with all positions in the search path where to look at.

Value

A vector of character strings with keywords.

Note

This function is used by createSyntaxFile() to list all keyword2 items (thus excluding reserved keywords and operators).

Author(s)

Philippe Grosjean <phgrosjean@sciviews.org>

See Also

getFunctions, createSyntaxFile

Examples

getKeywords(1:2)

[Package svIDE version 0.9-54 Index]