[R] R function found in two packages !

Liviu Andronic landronimirc at gmail.com
Thu Jun 18 11:21:29 CEST 2009


On 6/18/09, Martial Sankar <martial100kar at hotmail.com> wrote:
>  Is there a mean to automatically choose one version of the 'rbind' function ? By default, R chose the 'rbind' from {base}, i would lke to use the one from {IRanges}...
>
I am usually solving these issues with:
base::rbind() or IRanges::rbind().
Liviu




More information about the R-help mailing list