rbindDF: rbindDF()

Description Usage Arguments Examples

View source: R/helper_functions.R

Description

rbind rows of multiple dataframes, if one or more of the input is not class data.frame. these inputs will be ignored. only data.frames will be rbind.

Usage

1
rbindDF(df1, df2, ...)

Arguments

...

more input data.frames

df1:

input data.frame 1

df2:

input data.frame 2

Examples

1
rbindDF(df1,df2,df3,...)

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