Description Usage Arguments Value
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. Function argument phrase_1L_chr specifies the object to be updated. Argument fn provides the object to be updated. The function returns Phrase (a character vector of length one).
1 | 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.