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, ...)
data | A dataframe or tibble. |
---|---|
... | (optional) Columns to select for. |
Other dataframe <> list functions:
list_to_tibble()