REDCapCAST/man/clean_redcap_name.Rd
2023-04-14 11:47:23 +02:00

20 lines
507 B
R

% 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.
}