Expensive as shown below:
nr <- c(100:199)
dt <- rep("data",100)
x <- data.frame(nr,dt)
y <- c(110:115)
I need to get, with the common numbers between the first column of the data.frame x and the list and
match <- x[x[1] =...
asked on
24.05.2017 / 20:38