View source: R/check-data-before-rbind-function.R
check.data.before.rbind | R Documentation |
Help identify problems before blindly trying to rbind two dataframes.
check.data.before.rbind(df0,df)
if(is.null(df)){df <- df0} {df <- rbind(df,df0)}
df.small |
data frame to be rbinded with a larger dataframe (df) |
df |
the larger data frame |
action |
what to do in case of error (="Stop.if.error" is default) |
nothing (printed statement)
Claus E. Andersen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.