get_books_chapters <- function(xmls_list) {
paper <- xmls_list$`PRODUCAO-BIBLIOGRAFICA`$`LIVROS-E-CAPITULOS`$`CAPITULOS-DE-LIVROS-PUBLICADOS`
return(.general_func(paper, xmls_list))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.