Retrieve information about an individual iniciativa parlamentaria.

iniciativa_parlamentaria(legislatura, numex)

Arguments

legislatura

A numeric value. Constituent was 0.

numex

String code of the document of the form XXX/YYYYYY.

Value

A data.frame with the situation, the title the type of document, dates and many more.

Examples

document_csv <- "BOCG_D_14_110_901" if (interactive()){ d <- documento(document_csv) hd <- iniciativa_parlamentaria(14, d$NUMEXP) }