uncap_it: Uncap It

Description Usage Arguments Examples

View source: R/uncap_it.R

Description

Uncapitalize a vector or dataframe (usually the column names) and replace spaces with underscores using one of the apply or purrr functions.

Usage

1

Arguments

e

A vector or dataframe.

...

Other arguments

Examples

1
2
string_to_tidy <- "A String that needs Tidying"
uncap_it(string_to_tidy)

aedobbyn/dobtools documentation built on May 28, 2019, 2:33 a.m.