R/data.R

#' Norm data 1
#' @description Norm data obtained from healthy controls. Data was collected in
#'     the University Eye Hospital Bonn by Simone Tzaridis and Maximilian Pfau.
#'
#'     **TO BE CONTINUED**
#' @format A nested tibble with:
#' \describe{
#'   \item{patID}{Anonymized patient identifier}
#'   \item{sex}{Sex of patient (m = male, f = female)}
#'   \item{eye}{Left or right eye of patient (r = right, l = left)}
#'   }
#'
#' @docType data
#' @name pfau_nest
NULL

#' Norm data 2
#' @description Norm data obtained from healthy controls in a UK center
#'     by Jonathan Denniss.
#'
#'     **TO BE CONTINUED**
#' @format A nested tibble with:
#' \describe{
#'   \item{patID}{Anonymized patient identifier}
#'   \item{sex}{Sex of patient (m = male, f = female)}
#'   \item{eye}{Left or right eye of patient (r = right, l = left)}
#'   }
#' @docType data
#' @name denniss_nest
#' @source https://www.sciencedirect.com/science/article/pii/S2352340916304978
#' accompagnying paper: http://iovs.arvojournals.org/article.aspx?articleid=2571342
NULL

#' tidyfield mock
#' @description Mock documentation for test purpose
#' @docType data
#' @name tidyfield_mock
NULL
tjebo/perimetry documentation built on Dec. 23, 2021, 10:57 a.m.