flex_rbind | R Documentation |
Checks for compatibility of variables with the same name in both variables. Adds NA
-populated variables to each data frame as needed to allow for row binding. Variables in the resulting data.frame are sorted left to right in ascending order of variable name.
flex_rbind(x, y)
x , y |
Atomic data.frames. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.