#' Contagem o número de tabelas da SSP-SP
#' Diz quantas tabelas há no site
#'
#' @export
count_tabela <- function(){
"http://www.ssp.sp.gov.br/Estatistica/ViolenciaMulher.aspx" %>%
xml2::read_html() %>%
rvest::html_table() %>%
length() %>%
return()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.