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)
}
steventsimpson/kleentex documentation built on May 30, 2019, 4:48 p.m.