powered by
Pass in a collection of data frames separated by commas and they will be appended.
ru_setdata(..., keeprownames = TRUE)
The incoming data frames combined (stacked).
A collection of data frames.
Convert row names on data frame to columns and keep the column.
Yongwei Wang, yongwei.x.wang@viivhealthcare.com Chris Rook, cr883296@gmail.com
library(repfun) repfun::ru_setdata(head(mtcars,5),head(airquality,5))
Run the code above in your browser using DataLab