[R] Same function name

2010-06-21 Thread Filoche
Hi everyone. I want to use 2 different functions (in 2 packages) that have same name. for instance, if I call the function, it will use the one in the last called package. Is there a way to specify the package to use for a function? Something like Package1:myfunction(...)

Re: [R] Same function name

2010-06-21 Thread Peter Langfelder
package::function On Mon, Jun 21, 2010 at 6:29 AM, Filoche pmassico...@hotmail.com wrote: Hi everyone. I want to use 2 different functions (in 2 packages) that have same name. for instance, if I call the function, it will use the one in the last called package.  Is there a way to specify

Re: [R] Same function name

2010-06-21 Thread Barry Rowlingson
On Mon, Jun 21, 2010 at 2:29 PM, Filoche pmassico...@hotmail.com wrote: Hi everyone. I want to use 2 different functions (in 2 packages) that have same name. for instance, if I call the function, it will use the one in the last called package.  Is there a way to specify the package to use

Re: [R] Same function name

2010-06-21 Thread Charles C. Berry
On Mon, 21 Jun 2010, Filoche wrote: Hi everyone. I want to use 2 different functions (in 2 packages) that have same name. for instance, if I call the function, it will use the one in the last called package. Is there a way to specify the package to use for a function? Something like

Re: [R] Same function name

2010-06-21 Thread Filoche
Thank you all for your quick answers. Best, Phil -- View this message in context: http://r.789695.n4.nabble.com/Same-function-name-tp2262633p2262955.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list