update_first_word_case | R Documentation |
update_first_word_case() is an Update function that edits an object, while preserving core object attributes. Specifically, this function implements an algorithm to update first word case. The function returns Phrase (a character vector of length one).
update_first_word_case(phrase_1L_chr, fn = tolower)
phrase_1L_chr |
Phrase (a character vector of length one) |
fn |
Function (a function), Default: tolower |
Phrase (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.