[ea2224]: / man / to_snake.Rd

Download this file

21 lines (20 with data), 379 Bytes

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