my_rbind: Smartbind preserving classes.

View source: R/helper_functions.R

my_rbindR Documentation

Smartbind preserving classes.

Description

Rbind allowing for column mismatch, retains the classes of the data frames. Motivation: smartbind/rbind.fill only keep the data.frame class but not additional classes.

Usage

my_rbind(...)

Arguments

...

Data frames.

Value

A data frame resulting from row binding of ....


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.