[R] Get a list of installed commands

Gabor Grothendieck ggrothendieck at gmail.com
Sun Jun 13 13:57:44 CEST 2010


On Sun, Jun 13, 2010 at 3:31 AM, Data Monkey <coco.datamonkey at gmail.com> wrote:
> I'm pretty new to R, but have experience with other languages, both OO and scripting.
>
> I'm trying to add support for R to my text editor of choice and to do this I need a list of installed commands I can markup with XML.
> I'd then simply feed in the marked up list into my text editor's library and I'm off.
>
> I've done this in Stata before using the following command:
> getcmds using "~/Desktop/StataCommands.txt"
>
> Does anyone know of a way to do this in R?
>
> Any pointers much appreciated.
>

If "installed commands" means reserved words in R's parser then see: ?Reserved



More information about the R-help mailing list