R/title_case.R

#' Titlecase a Set of Words
#'
#' Titlecase a Set of Words.
#'
#' @param x text string to title case
#' @export
title_case <- function(x){
  tools::toTitleCase(x)
}
data-steve/kleentex documentation built on May 14, 2019, 6:17 p.m.