convert a tibble row (with all entries of the same data type) to a named vector (used in `condense_state()`)

tibble_row_to_named_vec(x)

Arguments

x

a tibble with at most one row

Value

a named vector