list_to_tibble | R Documentation |
This function takes a nested list and converts it into a tibble. Each element of the list becomes a separate column in the tibble. If a nested list contains atomic elements of equal length, it is transformed into a tibble. Otherwise, it is stored as a list-column.
list_to_tibble(lst)
lst |
A named list to be converted into a tibble. |
A tibble where each element of the list is represented as a column. Nested lists with uniform atomic elements are converted into tibbles, while other lists are stored as list-columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.