rbind_dfs {rock} | R Documentation |
Simple alternative for rbind.fill or bind_rows
rbind_dfs(x, y, clearRowNames = TRUE)
x |
One dataframe |
y |
Another dataframe |
clearRowNames |
Whether to clear row names (to avoid duplication) |
The merged dataframe
rbind_dfs(Orange, mtcars);