camel.to.r.case: Converts a string or vector of strings from CamelCase to...

Description Usage Arguments Examples

View source: R/camel.to.r.case.R

Description

Converts a string or vector of strings from CamelCase to r.case. (e.g. from 'ThisNameOfAVariable' to 'this.name.of.a.variable')

Usage

1
camel.to.r.case (camel.str)

Arguments

camel.str

Array of strings.

Examples

1
camel.to.r.case(c('ExampleVariable','AnotherExampleWithMoreWords'))

colinsheppard/colinmisc documentation built on July 10, 2020, 5:59 p.m.