Search code examples
rdplyrplyr

R: Is there a good replacement for plyr::rbind.fill in dplyr?


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?


Solution

  • Yes. dplyr::bind_rows

    Credit goes to commenter.