问题
for tidyverse users, dplyr is the new way to work with data.
For users trying to avoid older package plyr, what is the equivalent function to rbind.fill in dplyr?
回答1:
Yes. dplyr::bind_rows
Credit goes to commenter.
来源:https://stackoverflow.com/questions/44464441/r-is-there-a-good-replacement-for-plyrrbind-fill-in-dplyr