tidy_sumario | R Documentation |
Cleans in a tidy format the sumario file
tidy_sumario(x)
x |
A XML file. |
A data.frame with one line for each publication. Including date, sumario number, section, section text, departament, departament number, epigraph, brief text, publication code and number of pages of the pdf.
id <- sumario_nbo(format(as.Date("2017/10/02", "%Y/%m/%d"), "%Y%m%d"))
sumario_file <- get_xml(query_xml(id))
m <- tidy_sumario(sumario_file)
head(m)
tail(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.