``` r library(tidyr) # df-col with 1 row and 0 cols df <- tibble(x = tibble(.rows = 1)) # should be 1 row and 0 cols unpack(df, x) #> # A tibble: 0 × 0 ``` <sup>Created on 2021-11-03 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)</sup>