data docs update

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-02-07 10:09:46 +01:00
parent 4643e7a806
commit 8199ec6663
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ export(easy_redcap)
export(focused_metadata)
export(get_api_key)
export(guess_time_only_filter)
export(is_repeated_longitudinal)
export(match_fields_to_form)
export(read_redcap_instrument)
export(read_redcap_tables)

View File

@ -26,6 +26,7 @@
#' \item{mrs_score}{Categorical score, numeric}
#' \item{mrs_complete}{Complete, numeric}
#' \item{event_datetime}{Event datetime, POSIXct}
#' \item{event_age}{Age at time of event, numeric}
#' \item{event_type}{Event type, character}
#' \item{new_event_complete}{Completed, character}
#'

View File

@ -28,6 +28,7 @@ A data frame with 22 variables:
\item{mrs_score}{Categorical score, numeric}
\item{mrs_complete}{Complete, numeric}
\item{event_datetime}{Event datetime, POSIXct}
\item{event_age}{Age at time of event, numeric}
\item{event_type}{Event type, character}
\item{new_event_complete}{Completed, character}