mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 05:59:07 +02:00
including data and sorting vignette. still work to be done.
This commit is contained in:
parent
349ff695e1
commit
09690777a8
14 changed files with 184 additions and 27 deletions
42
man/redcapcast_data.Rd
Normal file
42
man/redcapcast_data.Rd
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
% 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue