Closed krlmlr closed 7 years ago
dplyr >= 0.7 doesn't forcibly convert to tibble anymore after bind_rows(). Also replaced one instance of the deprecated rbind_list() by bind_rows().
bind_rows()
rbind_list()
@erichare: Could you please take a look?
Sorry about the delay! Looks great, thanks for contributing
dplyr >= 0.7 doesn't forcibly convert to tibble anymore after
bind_rows()
. Also replaced one instance of the deprecatedrbind_list()
bybind_rows()
.