bind_rows2 | R Documentation |
This is a wrapper around bind_rows() that first coerces columns in different datasets with the same name but different types. This overrides the default behaviour in bind_rows in which an error is raised when this occurs.
bind_rows2(l)
l |
list of dataframes to combind with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.