[BioC] how to see the content of a R function in a package?

Joern Toedling toedling at ebi.ac.uk
Sun Jun 17 20:17:28 CEST 2007


And if you want to see the source code of  a function that is not 
exported in a package's namespace, you have to type the function's name 
without parentheses, as Niki pointed out, but precede it with the 
package name and three colons, for example:
Biobase:::matchpt

Regards,
Joern

r.athanasiadou wrote:
> You mean typing the name of the function without parentheses or anything
> else following?(after you have called the appropriate package of course)
>
> niki
>
> ICB
> Swann Building
> The King's Buildings
> University of Edinburgh
> Edinburgh, EH9 3JR
> Scotland
> UK
>
> tel:(0044)0131-6507072
> fax:(0044)0131-6505379
> R.Athanasiadou at sms.ed.ac.uk
>
>
> -----Original Message-----
> From: bioconductor-bounces at stat.math.ethz.ch
> [mailto:bioconductor-bounces at stat.math.ethz.ch] On Behalf Of James Anderson
> Sent: 17 June 2007 17:00
> To: bioconductor
> Subject: [BioC] how to see the content of a R function in a package?
>
> There seems to be a R command for doing this, I can not remember it though. 
>
> Thanks,
>
> James
>
>



More information about the Bioconductor mailing list