You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_elections(1998, "Deputado Distrital", regional_aggregation="State", political_aggregation="Candidate")
returns an empty dataset, while get_elections(2018, "Deputado Distrital", regional_aggregation="State", political_aggregation="Candidate")
works well. Similarly, df<-get_elections(1998, "State Deputy", regional_aggregation="State", political_aggregation="Candidate") table(df$SIGLA_UE)
does not report any candidates from the DF, while the same request works if the year requested is 2010 or more recently.
The text was updated successfully, but these errors were encountered:
get_elections(1998, "Deputado Distrital", regional_aggregation="State", political_aggregation="Candidate")
returns an empty dataset, while
get_elections(2018, "Deputado Distrital", regional_aggregation="State", political_aggregation="Candidate")
works well. Similarly,
df<-get_elections(1998, "State Deputy", regional_aggregation="State", political_aggregation="Candidate")
table(df$SIGLA_UE)
does not report any candidates from the DF, while the same request works if the year requested is 2010 or more recently.
The text was updated successfully, but these errors were encountered: