flatten_list_of_strings | R Documentation |
Flattens and concatenates character vectors in a list
flatten_list_of_strings(strings)
strings |
A list of character vectors. |
Character vector, same length as the initial list.
words <- list("a", NULL, c("few", "words"), NA, c("to", "try"), c(NA, NA), c("and", NA, "finally"))
flatten_list_of_strings(words)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.