Retrieves the open data of a senator.

senador(legislatura, codigo)

Arguments

legislatura

A numeric value. Constituent was 0.

codigo

Number or idweb of the senator.

Examples

if (interactive()) { s <- senador(14, 19050) head(s) }