Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

handle_brush: Warning: rbind_all() is deprecated. Please use bind_rows() instead. #473

Open
bwbioinfo opened this issue May 25, 2017 · 0 comments

Comments

@bwbioinfo
Copy link

There is a minor warning in R/handle_brush.R:

I think:

line 83:
items <- dplyr::rbind_all(dfs)
should be changed to
items <- dplyr::bind_rows(dfs)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant