unnest | R Documentation |
unnest
function in the tidyr packageImplement similar functions to the unnest
function in the tidyr package
unnest(data, cols, keep_empty = FALSE)
data |
A data frame. |
cols |
Columns to unnest. |
keep_empty |
By default, you get one row of output for each element of the list your unchopping/unnesting. This means that if there's a size-0 element (like |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.