iniciativa_parlamentaria | R Documentation |
Retrieve information about an individual iniciativa parlamentaria.
iniciativa_parlamentaria(legislatura, numex)
legislatura |
A numeric value. Constituent was 0. |
numex |
String code of the document of the form XXX/YYYYYY. |
A data.frame with the situation, the title the type of document, dates and many more.
document_csv <- "BOCG_D_14_110_901"
if (interactive()){
d <- documento(document_csv)
hd <- iniciativa_parlamentaria(14, d$NUMEXP)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.