Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cdb_rbind improvement #141

Open
jonesor opened this issue Sep 15, 2023 · 0 comments
Open

cdb_rbind improvement #141

jonesor opened this issue Sep 15, 2023 · 0 comments

Comments

@jonesor
Copy link
Owner

jonesor commented Sep 15, 2023

cdb_rbind should have the capacity to bind more than two objects.

Right now, it works like this:

combined_db <- cdb_rbind(db1, db2)

but this would not work:

combined_db <- cdb_rbind(db1, db2, db3)

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

No branches or pull requests

1 participant