#'
#'
#' @param flusso_farmaci
#'
#' @return Un database con la selezione dei farmaci
#'
#' @examples
#'
#' @export
#'
select_farmaci <- function(flusso_farmaci){
dat <- flusso_farmaci %>%
mutate(selection = klungf(ATC)) %>%
filter(selection)
dat
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.