collapse_list | R Documentation |
collapses a list to a vector, useful for when a list is hiding in a dataframe and you need to convert it to a vector while collapsing vector elements like c("yes","yes,"no") to atomic elements like "yes, yes, no"
collapse_list(lst, delimeter = ", ")
lst |
list to collapse |
delimeter |
what is the lst delimited by. default is ", " |
collapse_list_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.