toheader | R Documentation |
Return a string with each first letter of each word in upper case.
toheader(txt, strict = FALSE)
txt |
a character string |
strict |
whether to force non-leading letters to lowercase |
Vector minus NA's, or the matrix/data.frame minus NA rows
via R Core
toheader(c("using AIC for model selection")) toheader(c("using AIC", "for MODEL selection"), strict=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.