powered by
Capitalise the first letter of a character string in order to use it as title
toCapTitle(str)
character string to capitalise as a title
character string
# NOT RUN { my_title <- "number of salmonellosis cases by age group" toCapTitle(my_title) # }
Run the code above in your browser using DataLab