[R] Trying to undo an assignment
Sundar Dorai-Raj
sundar.dorai-raj at pdf.com
Mon Apr 11 14:49:15 CEST 2005
Uzuner, Tolga wrote on 4/11/2005 7:33 AM:
> Hi,
>
> I defined corr to be a function, not realising that this was also the name for
> correlation in package=boot.
>
> How do I explicitly call the corr function within package boot (so, scope up
> over the current frame, I guess is another way of saying it) without removing
> my new corr function ?
>
> Thanks,
> Tolga
>
Tolga,
You can use the "::" operator, as in `boot::corr'.
--sundar
More information about the R-help
mailing list