View source: R/rbind_matchcolumns.R
rbind.match.columns | R Documentation |
Combining dataframes when the columns don’t match
## S3 method for class 'match.columns'
rbind(input1, input2)
input1 |
first data frame |
input2 |
2nd data frame |
rbind.match.columns(database.one, database.two)
https://amywhiteheadresearch.wordpress.com/2013/05/13/combining-dataframes-when-the-columns-dont-match/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.