capit_two_words {BAwiR} | R Documentation |
Capitalize two-word strings
Description
Ancillary function to capitalize the first letter of both words in a two-word string. This can be used for example to capitalize the teams names for the plots title.
Usage
capit_two_words(two_word_string)
Arguments
two_word_string |
Two-word string. |
Value
Vector with the two words capitalized.
Author(s)
Guillermo Vinue
Examples
capit_two_words("valencia basket")
[Package BAwiR version 1.3.2 Index]