Marc Schwartz comcast.net> writes:
> getAnywhere("function.method")
>
Which also works without the ""
getAnywhere(xtabs)
getAnywhere("xtabs")
Dieter
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read
Uwe Ligges actually had a nice write-up on finding source code for functions
like this in R-news a couple of years ago. You can find it here:
http://cran.r-project.org/doc/Rnews/Rnews_2006-4.pdf (see p44)
There are some other tips for finding R source code here:
http://blog.revolution-computing.
on 02/05/2009 10:54 AM Eleni Rapsomaniki wrote:
> Dear R users,
>
> I know one way to see the code for a hidden function, say function_x, is
> using default.function_x (e.g. summary.default). But how can I see the
> code for imported packages that have no namespace (in this case Design)?
>
> Many
Eleni Rapsomaniki wrote:
Dear R users,
I know one way to see the code for a hidden function, say function_x, is
using default.function_x (e.g. summary.default). But how can I see the
code for imported packages that have no namespace (in this case Design)?
Many Thanks
Eleni
> methods(survpl
Eleni Rapsomaniki mail.cryst.bbk.ac.uk> writes:
> I know one way to see the code for a hidden function, say function_x,
> is using default.function_x (e.g. summary.default). But how can I see
> the code for imported packages that have no namespace (in this case
> Design)?
Just type the nam
5 matches
Mail list logo