mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17: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.
|
||||
}
|
||||
|
|
@ -21,14 +21,14 @@ A data frame with 22 variables:
|
|||
\item{hypertension}{Hypertension, character}
|
||||
\item{diabetes}{diabetes, character}
|
||||
\item{region}{region, character}
|
||||
\item{base_complete}{Completed, character}
|
||||
\item{baseline_data_start_complete}{Completed, character}
|
||||
\item{mrs_assessed}{mRS Assessed, character}
|
||||
\item{mrs_date}{Assesment date, date}
|
||||
\item{mrs_score}{Score, numeric}
|
||||
\item{mrs_complete}{Complete, numeric}
|
||||
\item{event_date}{Event date, date}
|
||||
\item{event_type}{Event type, character}
|
||||
\item{event_complete}{Completed, character}
|
||||
\item{new_event_complete}{Completed, character}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue