rbindAllColumns: rbindAllColumns()

Description Usage Arguments Value Note Examples

View source: R/helper_functions.R

Description

Table Functions: rbind two data frames x, y and include all columns from both data frame

Usage

1

Arguments

x

(df), if NULL, then return the other df.

y

(df), if NULL, then return the other df.

Value

a combined df with all the columns from x and y.

Note

If one of the input is null, then return the non-NULL df. No mapping of the same rows. All rows are added. NA to missing values. If mapping is needed, use mapBindAllColumns()

Examples

1

BerylZhuang/helper_functions documentation built on March 15, 2021, 5:19 a.m.