Convert a dataframe into a list of vectors for each column. If ... is empty, the entire dataframe will be broken down.

tibble_to_list(data, ...)

Arguments

data

A dataframe or tibble.

...

(optional) Columns to select for.

See also

select

Other dataframe <> list functions: list_to_tibble()