rrbind: rrbind

rrbindR Documentation

rrbind

Description

like rbind, but takes the intersecting columns of the dfs

if union flag is used then will take union of columns (and put NA's for columns of df1 not in df2 and vice versa)

Usage

rrbind(..., union = T)

Arguments

union

logical flag whether to take union of columns (if FALSE takes intersection)

Author(s)

Marcin Imielinski


mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.