mgirlich/tibblify

Add `unpack_tspec()`

Closed this issue · 0 comments

Instead of having to use tidyr::unpack() later on do it directly in the spec?

unpack_tspec(
  spec,
  cols = NULL,
  recurse = TRUE,
  names_sep = NULL,
  names_repair = "check_unique"
)