When working in Oracle, I quite like the function initcap(), as there are some data fields which are all-caps. Using initcap on these columns makes it much more visually appealing for reports.
The purpose of the function is to go through a vector of strings and make sure that only the first letter of each word is capitalized. Is there an R equivalent of initcap?