tidy_bind_drop: Bind the rows of a list of data frames while dropping all...

Description Usage Arguments Value

View source: R/bind_drop.R

Description

This function is exactly equivalent to bind_rows_drop but uses functions from the purrr package. It is much faster than the base version, but includes the purrr, rlang, and dplyr dependencies.

Usage

1

Arguments

l

A list of dataframes

...

Variables that must be coerced prior to applying 'dplyr::bind_rows'.

Value

A single dataframe that has all the rows from the original list of data frames, but only the columns that are represented in all data frames. Note that no identifier is provided from where the rows came from at present


datalorax/sundry documentation built on April 11, 2021, 1:50 p.m.