get_address <- function(xmls_list) {
paper <- xmls_list$`DADOS-GERAIS`$ENDERECO
pre0 <- as.list(unlist(paper))
names(pre0) <- gsub(".attrs.", "", names(pre0))
pre <- data.frame(pre0)
return(tibble::as_tibble(pre))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.