safeRowBind | R Documentation |
rbind two data frames even if column names differ
safeRowBind(dataFrame1, dataFrame2)
dataFrame1 |
first data frame |
dataFrame2 |
second data frame |
kwb.utils::safeRowBind(
data.frame(A = 1:2, B = 2:3),
data.frame(B = 3:4, C = 4:5)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.