show source code for a function in a package in R [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: R: show source code of an S4 function in a package I downloaded a package ( GEOquery ) and was playing with some of the functions. One of them is called Table , which, to my understanding, is able to tabulate an S4 dataset. E.g. > summary(GDS2853) # GDS2853 is a dataset I downloaded from NCBI Length Class Mode 1 GDS S4 getAnywhere(Table) shows > getAnywhere(Table) A single object matching ‘Table’ was found It