pystr_title: Titlecase a string.

Description Usage Arguments Value References Examples

View source: R/pystr_title.R

Description

Return a titlecased version of the string where words start with an uppercase character and the remaining characters are lowercase.

Usage

1

Arguments

str

A character vector.

Value

A character vector.

References

https://docs.python.org/3/library/stdtypes.html#str.title

Examples

1
pystr_title("make me pretty!")

nicolewhite/pystr documentation built on May 23, 2019, 5:09 p.m.