str_fix_acronyms | R Documentation |
Change acronyms (multiple capital letters) to title case
str_fix_acronyms(str = c("FIPSCode", "NoAcronymHere", "Multi-APNFlag"))
str |
List of colnames to convert. |
str_fix_acronyms(c("FIPSCode", "NoAcronymHere", "Multi-APNFlag")) [1] "FipsCode" "NoAcronymHere" "Multi-ApnFlag"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.