powered by
mergeRows(X, Y, common.only = FALSE, ...) ## S3 method for class 'data.frame': mergeRows(X, Y, common.only = FALSE, ...)
TRUE
FALSE
merge
require(car) D1 <- Duncan[1:20,] D2 <- Duncan[21:45,] D <- mergeRows(D1, D2) dim(D)
Run the code above in your browser using DataLab