[R] vlookup in R
Henrique Dallazuanna
wwwhsd at gmail.com
Mon Mar 24 15:41:52 CET 2008
I think that merge is what you want:
set.seed(24032008)
x <- data.frame(ID=sample(10), Value=rnorm(10))
idx <- sample(5)
merge(idx, x, by.x=1, by.y=1)
On 24/03/2008, Sachin J <sachinj.2006 at yahoo.com> wrote:
> Hi,
>
> Is there are function similar to excel vlookup in R. Please let me know.
>
> Thanks,
> Sachin
>
>
> ____________________________________________________________________________________
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O
More information about the R-help
mailing list