R 2.12.2
Windows 7

Colleagues,

I just took advantage of the function:
        readWindowsShortcut
in R.utils.  It accomplished my goals and I was interested in learning its 
inner workings.  So, I typed the function at the command line (without 
arguments or parentheses).  R returned:

        function (...) 
        UseMethod("readWindowsShortcut") 
        <environment: namespace:R.utils> 

providing no insight to me as to the commands in the function.

So, how do I (or, can I) access the code in that function?

Thanks in advance

Dennis



Dennis Fisher MD
P < (The "P Less Than" Company)
Phone: 1-866-PLessThan (1-866-753-7784)
Fax: 1-866-PLessThan (1-866-753-7784)
www.PLessThan.com

______________________________________________
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