upcase_snake_case | R Documentation |
given a vector of characters, add the same values, but upcased, e.g. "date" -> c("date", "Date") "target_date" -> c("target_date", "Target_Date")
upcase_snake_case(vec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.