qr_rbind_: (Internal) 'dplyr::bind_rows' replacement

View source: R/utils.R

qr_rbind_R Documentation

(Internal) dplyr::bind_rows replacement

Description

This is an internal function. Since dplyr is a heavy dependency, this handles the expected use cases in this package. It's inferior to dplyr::bind_rows in every way, so it should only be used inside this package.

Usage

qr_rbind_(df_list, .id = "id")

Arguments

df_list

A list of dataframes.

.id

The name of the prepended ID column.


brianwdavis/quadrangle documentation built on Feb. 27, 2023, 6:36 p.m.