mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
minor
This commit is contained in:
parent
80f1e6fe12
commit
d054f5a420
16 changed files with 353 additions and 225 deletions
19
man/clean_redcap_name.Rd
Normal file
19
man/clean_redcap_name.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/utils.r
|
||||
\name{clean_redcap_name}
|
||||
\alias{clean_redcap_name}
|
||||
\title{clean_redcap_name}
|
||||
\usage{
|
||||
clean_redcap_name(x)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{vector or data frame for cleaning}
|
||||
}
|
||||
\value{
|
||||
vector or data frame, same format as input
|
||||
}
|
||||
\description{
|
||||
Stepwise removal on non-alphanumeric characters, trailing white space,
|
||||
substitutes spaces for underscores and converts to lower case.
|
||||
Trying to make up for different naming conventions.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue