and not the number of dimensions. ``` r tibble::enframe(iris) #> Error: `x` must not have more than one dimension. `length(dim(x))` must be zero or one, not 2. ``` <sup>Created on 2020-03-12 by the [reprex package](https://reprex.tidyverse.org) (v0.3.0)</sup>