Stack data frames which may have differing types in the same column
This function accepts a list of data frames and will stack them all and
return a tbl_df
with missing values filled in and all columns stacked
regardless of if the datatypes were different within the same column.
safe_bind_rows(l, fill = TRUE, idcol = NULL, ...)
l |
|
fill |
|
idcol |
|
... |
arguments passed to |
tbl_df
; all list elements stacked on top of each other to
form a single data frame
This function is meant to be used internally. Only use when debugging.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.