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)

Arguments

tbl

A tibble object or data.frame

inlist

The list column (currently a length 1 character vector)

spec

A col_spec object

Value

A tibble with spec spread into new columns