update_first_word_case: Update first word case

update_first_word_caseR Documentation

Update first word case

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. The function returns Phrase (a character vector of length one).

Usage

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)


ready4-dev/ready4fun documentation built on April 22, 2024, 8:33 a.m.