View source: R/0_unlist_if_possible.r
unlist_if_possible | R Documentation |
x
table is list unlist it if possibleIf column in the x
table is list unlist it if possible
unlist_if_possible(
x,
replace_zero_length_with = NA_character_,
remove_empty_values = TRUE
)
x |
object |
replace_zero_length_with |
Default is replace NULLs with NA_character_ because vector of just NA is a logical class |
remove_empty_values |
remove NA, "", etc. from list elements. (see |
updated object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.