simpleCap: Capitalize the first letter of all words

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Make first letter of every word uppercase. It is advised to use a string with all lower case as input.

Usage

1

Arguments

x

A character value (string) preferably lowercase string.

Value

A character value (string) with first letter of each word in capital.

Examples

1
simpleCap("watch the magic")

deepjyot1991/zimplify documentation built on Dec. 19, 2021, 10:09 p.m.