R/sentence_case.r

sentence_case <- function(x) {
  paste0(toupper(substring(x, 1, 1)), substring(x, 2))
}
ecohealthalliance/gains-summary documentation built on May 15, 2019, 7:56 p.m.