Learn R Programming

rock (version 0.8.1)

rbind_dfs: Simple alternative for rbind.fill or bind_rows

Description

Simple alternative for rbind.fill or bind_rows

Usage

rbind_dfs(x, y, clearRowNames = TRUE)

Value

The merged dataframe

Arguments

x

One dataframe

y

Another dataframe

clearRowNames

Whether to clear row names (to avoid duplication)

Examples

Run this code
rbind_dfs(Orange, mtcars);

Run the code above in your browser using DataLab