mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
polished redcap import and code export
This commit is contained in:
parent
1613386096
commit
1b45c3fabf
2 changed files with 66 additions and 13 deletions
20
man/simple_snake.Rd
Normal file
20
man/simple_snake.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/helpers.R
|
||||
\name{simple_snake}
|
||||
\alias{simple_snake}
|
||||
\title{Simplified version of the snakecase packages to_snake_case}
|
||||
\usage{
|
||||
simple_snake(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{character string vector}
|
||||
}
|
||||
\value{
|
||||
vector
|
||||
}
|
||||
\description{
|
||||
Simplified version of the snakecase packages to_snake_case
|
||||
}
|
||||
\examples{
|
||||
c("foo bar", "fooBar21", "!!Foo'B'a-r", "foo_bar", "F OO bar") |> simple_snake()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue