df_rbind: Combine R Objects by Rows or Columns

View source: R/compatibility.r

df_rbindR Documentation

Combine R Objects by Rows or Columns

Description

rbind takes "a sequence of vector, matrix or data-frame arguments", and combines by rows for the latter. However, as of R 4.1, calling this on data frame with zero columns always returns zero rows, due to the issue mentioned for df_duplicated. This function adds zero-column data frames as a special case.

Usage

df_rbind(...)

Arguments

...

data frames.

Value

A data frame containing the ... arguments row-wise.

See Also

df_duplicated


autodb documentation built on April 4, 2025, 5:12 a.m.