[R] Probing a function
    Dennis Fisher 
    fisher at plessthan.com
       
    Tue Mar 29 05:40:36 CEST 2011
    
    
  
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
    
    
More information about the R-help
mailing list