View source: R/08-active_alerts.R
safe_collapse | R Documentation |
Safe Collapse
safe_collapse(x)
x |
A list to collapse. |
A comma delimited version of your input list, or NA when the input list is blank.
This is a helper function that is used to collapse a list into a string, and is used in building the active warnings dataset.
safe_collapse(c("This is one", "And this is another one"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.