getKeywords {svIDE} | R Documentation |
Get all visible keywords in one or several environment, excluding operators and reserved keywords.
getKeywords(pos = 2:length(search()))
pos |
a vector of integers with all positions in the search path where to look at. |
A vector of character strings with keywords.
This function is used by createSyntaxFile()
to list all keyword2
items (thus excluding reserved keywords and operators).
Philippe Grosjean <phgrosjean@sciviews.org>
getFunctions
, createSyntaxFile
getKeywords(1:2)