string_to_title {junco}R Documentation

Title Case Conversion

Description

Title Case Conversion

Usage

string_to_title(x)

Arguments

x

Input string

Value

String converted to title case (first letter of each word capitalized)


[Package junco version 0.1.1 Index]