On Sun, Jun 13, 2010 at 3:31 AM, Data Monkey <coco.datamon...@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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to