safe_collapse {weathR} | R Documentation |
Safe Collapse
Description
Safe Collapse
Usage
safe_collapse(x)
Arguments
x |
A list to collapse. |
Value
A comma delimited version of your input list, or NA when the input list is blank.
Note
This is a helper function that is used to collapse a list into a string, and is used in building the active warnings dataset.
Examples
safe_collapse(c("This is one", "And this is another one"))
[Package weathR version 0.1.0 Index]