View source: R/compatibility.r
df_rbind | R Documentation |
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.
df_rbind(...)
... |
data frames. |
A data frame containing the ...
arguments row-wise.
df_duplicated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.