update_first_word_case: Update first word case

Description Usage Arguments Value

Description

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).

Usage

1
update_first_word_case(phrase_1L_chr, fn = tolower)

Arguments

phrase_1L_chr

Phrase (a character vector of length one)

fn

Function (a function), Default: tolower

Value

Phrase (a character vector of length one)


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.