rbind_dfs: Simple alternative for rbind.fill or bind_rows

View source: R/rbind_dfs.R

rbind_dfsR Documentation

Simple alternative for rbind.fill or bind_rows

Description

Simple alternative for rbind.fill or bind_rows

Usage

rbind_dfs(x, y, clearRowNames = TRUE)

Arguments

x

One dataframe

y

Another dataframe

clearRowNames

Whether to clear row names (to avoid duplication)

Value

The merged dataframe

Examples

rbind_dfs(Orange, mtcars);

ufs documentation built on July 9, 2023, 6:07 p.m.