#' Make a procedure table at admission
#'
#' @param data a spark data frame
#' @param diagnosis a character (list of character vector) specifying the type of procedure(s) of interest
#'
#' @return
#' @export
#'
#' @examples
Extract_procedure_admission <- function(data, procedure){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.