R/Extract_diagnosis_healthissue.R

Defines functions Extract_diagnosis_healthissue

#' Make a diagnosis table from the health issue table
#'
#' @param data a spark data frame
#' @param diagnosis a character (list of character vector) specifying the condition(s) of interest
#'
#' @return
#' @export
#'
#' @examples
Extract_diagnosis_healthissue <- function(data, diagnosis){

}
belayb/JigsawEHR documentation built on Feb. 5, 2023, 8:54 p.m.