mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 21:40:23 +01:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/redcapcast_data.R
|
||
|
\docType{data}
|
||
|
\name{redcapcast_data}
|
||
|
\alias{redcapcast_data}
|
||
|
\title{Data set for demonstration}
|
||
|
\format{
|
||
|
A data frame with 22 variables:
|
||
|
\describe{
|
||
|
\item{record_id}{ID, numeric}
|
||
|
\item{redcap_event_name}{Event name, character}
|
||
|
\item{redcap_repeat_instrument}{Repeat instrument, character}
|
||
|
\item{redcap_repeat_instance}{Repeat instance, numeric}
|
||
|
\item{cpr}{CPR number, character}
|
||
|
\item{inclusion}{Inclusion date, date}
|
||
|
\item{dob}{Date of birth, date}
|
||
|
\item{age}{Age decimal, numeric}
|
||
|
\item{age_integer}{Age integer, numeric}
|
||
|
\item{sex}{Legal sex, character}
|
||
|
\item{cohabitation}{Cohabitation status, character}
|
||
|
\item{hypertension}{Hypertension, character}
|
||
|
\item{diabetes}{diabetes, character}
|
||
|
\item{region}{region, character}
|
||
|
\item{base_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}
|
||
|
|
||
|
}
|
||
|
}
|
||
|
\usage{
|
||
|
data(redcapcast_data)
|
||
|
}
|
||
|
\description{
|
||
|
This is a small dataset from a REDCap database for demonstrational purposes.
|
||
|
Contains only synthetic data.
|
||
|
}
|
||
|
\keyword{datasets}
|