Reference¶
Case conversion¶
Convert strings to lowerCamelCase. |
|
Capitalize the first letter of each space-delimited word. |
|
Convert strings to dotted.case. |
|
Convert strings to kebab-case. |
|
Convert strings to sentence case. |
|
Convert strings to snake_case. |
|
Convert strings to UpperCamelCase (PascalCase). |
Name construction¶
Convert variable names to human-readable labels. |
|
Make syntactically valid names out of character vectors. |
|
Convert variable names to title-cased strings. |
|
Convert variable names to human-readable word strings. |
|
Apply syntactic naming to row and/or column name vectors. |
Utilities¶
Automatically pad numbers with leading zeros for consistent sorting. |
|
Rename files and/or directories using a syntactic naming function. |