powered by
Return a string with each first letter of each word in upper case.
toheader(txt, strict = FALSE)
a character string
whether to force non-leading letters to lowercase
Vector minus NA's, or the matrix/data.frame minus NA rows
# NOT RUN { toheader(c("using AIC for model selection")) toheader(c("using AIC", "for MODEL selection"), strict=TRUE) # }
Run the code above in your browser using DataLab