safe_bind_rows {salesforcer} | R Documentation |
Stack data frames which may have differing types in the same column
Description
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.
Usage
safe_bind_rows(l, fill = TRUE, idcol = NULL, ...)
Arguments
l |
|
fill |
|
idcol |
|
... |
arguments passed to |
Value
tbl_df
; all list elements stacked on top of each other to
form a single data frame
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.2 Index]