powered by
Simple alternative for rbind.fill or bind_rows
rbind_dfs(x, y, clearRowNames = TRUE)
The merged dataframe
One dataframe
Another dataframe
Whether to clear row names (to avoid duplication)
rbind_dfs(Orange, mtcars);
Run the code above in your browser using DataLab