View source: R/structure_suggest.R
safe_lower | R Documentation |
Helper function that safely converts text to lowercase while handling NULL, NA, and non-character values gracefully.
safe_lower(x)
x |
Input value to convert to lowercase string |
Character string in lowercase, or empty string if input is NULL/NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.