char.fix_camel_case: Convert camel case to underscore separated words

Description Usage Arguments Examples

View source: R/.ipynb_checkpoints/string-checkpoint.R

Description

Convert camel case to underscore separated words

Usage

1
char.fix_camel_case(name_list = c("I'mACamel"))

Arguments

name_list

List of camel case strings to convert.

Examples

1
2
char.fix_camel_case(c("I'mACamel", "NoYouAreNot"))
[1] "I'm_A_Camel"    "No_You_Are_Not"

dads2busy/dataplumbr documentation built on July 2, 2021, 3:24 a.m.