captionize: captionize

Description Usage Arguments Examples

View source: R/tools.R

Description

This function splits the given str with the split regex and concatenate them after capitalizing every word

Usage

1
captionize(str, split = " |_|\\.")

Arguments

str

a string or a vector of strings

split

regex to split the string. Defaults to ' |_|\.'

Examples

1
captionize('where_is_waldo')

etabari/ehsanr documentation built on Aug. 5, 2019, 4:07 p.m.