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