R/str_sentence_case.R

#' str_sentence_case
#' 
#' Format a string in sentence case
#' 
#' @param string character string to transform
#' 
#' Sentance case is ...
#' 
#' @export

str_sentence_case <- function( string ) 
  stop( "Sentence case is not implemented yet.")

Try the lettercase package in your browser

Any scripts or data that you put into this service are public.

lettercase documentation built on May 1, 2019, 9:45 p.m.