Spreads a list-column into additional columns by
combining bind_cols and map_dfr. Also prints the
col_spec object
spread_list(tbl, inlist, spec)
| tbl | A tibble object or data.frame |
|---|---|
| inlist | The list column (currently a length 1 character vector) |
| spec | A |
A tibble with spec spread into new columns