Converts conflicted column types to character columns and rbinds the result. If one data.frame is missing columns, they are created and populated by NA's.
1 | conflictsToCharacter(df1, df2, addMissing = TRUE, verbose = FALSE)
|
df1 |
data.frame (or similar) to combine |
df2 |
data.frame (or similar) to combine |
addMissing |
Add columns to result if they are missing in either df1 or df2? |
verbose |
Include messages about conversions? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.