getKeywords: get all keywords for syntax highlighting

Description Usage Arguments Value Note Author(s) See Also Examples

Description

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

Usage

1

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

1

Example output

Warning message:
no DISPLAY variable so Tk is not available 
 [1] "Source"            "createCallTipFile" "createSyntaxFile" 
 [4] "getFunctions"      "getKeywords"       "guiCallTip"       
 [7] "guiComplete"       "guiDDEInstall"     "kpf2pot"          
[10] "kpfTranslate"      "kpz2pot"           "kpzTranslate"     
[13] "makeIconGallery"   "sourceFormat"     

svIDE documentation built on May 2, 2019, 3 p.m.