Description Usage Arguments Value References Examples
Return a titlecased version of the string where words start with an uppercase character and the remaining characters are lowercase.
1 |
str |
A character vector. |
A character vector.
https://docs.python.org/3/library/stdtypes.html#str.title
1 | pystr_title("make me pretty!")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.