check.data.before.rbind: Check data before rbind

Description Usage Arguments Value Author(s)

View source: R/check-data-before-rbind-function.R

Description

Help identify problems before blindly trying to rbind two dataframes.

Usage

1
2
check.data.before.rbind(df0,df)
if(is.null(df)){df <- df0} {df <- rbind(df,df0)}

Arguments

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)

Value

nothing (printed statement)

Author(s)

Claus E. Andersen


claus-e-andersen/clanTools documentation built on Oct. 23, 2020, 7:59 a.m.