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) }
Site built with pkgdown 1.6.1.
Template by Bootstrapious . Ported to pkgdown by dieghernan.