[R] How to show all the functions and classes that are defined	in a library?
    hadley wickham 
    h.wickham at gmail.com
       
    Fri Nov 13 17:33:37 CET 2009
    
    
  
On Fri, Nov 13, 2009 at 9:53 AM, Peng Yu <pengyu.ut at gmail.com> wrote:
> library(some_library_name)
Try
help(package = some_library_name)
Hadley
-- 
http://had.co.nz/
    
    
More information about the R-help
mailing list