camel2underscore: camel2underscore

View source: R/stringOps.R

camel2underscoreR Documentation

camel2underscore

Description

converts camel case to underscores in a (vector of) string(s)

Usage

camel2underscore(x)

Arguments

a

string or string vector

Value

the converted string(s)

Examples

underscore2camel("bla_blubb")

demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.