title_case: Convert strings to Title Case (with spaces)

Description Usage Arguments Author(s) References Examples

View source: R/title_case.R

Description

Convert strings to Title Case (with spaces)

Usage

1

Arguments

x

string or vector of strings to convert to title case

Author(s)

Kara Woo

References

http://stackoverflow.com/a/11672354/2921990

Examples

1
title_case("this is a sentence")

karawoo/woo documentation built on May 20, 2019, 7:21 a.m.