a | b/man/to_snake.Rd | ||
---|---|---|---|
1 | % Generated by roxygen2: do not edit by hand |
||
2 | % Please edit documentation in R/api_xq.R |
||
3 | \name{to_snake} |
||
4 | \alias{to_snake} |
||
5 | \title{Convert camel case to snake case} |
||
6 | \usage{ |
||
7 | to_snake(name) |
||
8 | } |
||
9 | \arguments{ |
||
10 | \item{name}{a character vector} |
||
11 | } |
||
12 | \value{ |
||
13 | same length as \code{name} but with snake case |
||
14 | } |
||
15 | \description{ |
||
16 | Convert camel case to snake case |
||
17 | } |
||
18 | \examples{ |
||
19 | to_snake("sparseDataRange") |
||
20 | } |