titleize_first: Make first word title case

View source: R/titleize_first.R

titleize_firstR Documentation

Make first word title case

Description

Formats the first word in the given text to have title case.

Usage

titleize_first(txt)

Arguments

txt

The text to be formatted in title case.

Value

The supplied text with its first word in title case.

Examples

titleize_first("hello")

titleize_first("hello world")


toniprice/jute documentation built on Jan. 11, 2023, 8:23 a.m.