#' @export
vacinadosdiaanterior <- function() {
vacinacaodf::df_vac %>%
dplyr::filter(data_aplicacao == max(data_aplicacao)) %>%
dplyr::count() %>%
dplyr::pull()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.