#' Get patients
#' @param data tibble with Deltager column
#'
get_patients <- function(data) {
data %>%
dplyr::pull(Deltager) %>%
unique() %>%
sort()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.