Check how many laws were approved.

leyes(legislatura)

Arguments

legislatura

A numeric value. Constituent was 0.

Value

A data.frame with the approved laws and related information.

Examples

if (interactive()) { l <- leyes(14) head(l) }