
Get Current and Past Senators of Argentina
Source:R/get_argentine_senators.R
get_argentine_senators.Rd
This function retrieves a list of senators from the Argentine Senate API endpoint: `https://api.argentinadatos.com/v1/senado/senadores`. The result includes name, province, party affiliation, and their legal term of office. The results are sorted by the start of their legal term in descending order (most recent first).
Value
A data frame (tibble) with the following columns:
id
: Unique identifier of the senator.nombre
: Full name of the senator.provincia
: Province represented.partido
: Political party.inicio
: Start date of the legal period (Date).fin
: End date of the legal period (Date).