list_to_vecs | R Documentation |
wrapper for n2n this function takes a list or dataframe that may contain lists and converts the list elements to vectors. This is useful when using functions like pivot_wider which can often return lists of lists.
list_to_vecs(x)
x |
list of lists which you would like to convert to a list of vectors |
list_to_vecs_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.