R/helpers.R
str_to_id.Rd
Turn a string to id format used in treemaps.
id
str_to_id(x) str_to_id_vec(x)
A vector string.
str_to_id(" A string _ with sd / sdg Underscores \ ") #> [1] "a_string_with_sd_sdg_underscores"