## code to prepare `grafico_bh` dataset goes here
#usethis::use_data(grafico_bh, overwrite = TRUE)
#library(dplyr)
#library(ggplot2)
#Importação
#dados_sinesp <- readr::read_rds ("data/dados_sinesp.rds")
#Visualização (#gerar imagem ou relatorio)
#source("R/graficos.R")
gerar_grafico_serie(
tab = dados_sinesp,
"Belo Horizonte"
)
ggplot2::ggsave("/docs/serie_vitimas_bh.png")
#gerar_grafico_serie(tab = dados_sinesp, "Rio De Janeiro")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.