show_available_elections: Diccionario de elecciones disponibles (_Elections...

View source: R/show_available_elections.R

show_available_electionsR Documentation

Diccionario de elecciones disponibles (Elections collection)

Description

Función que devuelve un tibble con los parámetros necesarios para llamar elecciones con get_election_data (Function that returns a tibble with the necessary parameters to call elections with get_election_data).

Usage

show_available_elections(viewer = FALSE)

Arguments

viewer

Por defecto es FALSE. Cuando TRUE devuelve una tabla en el Viewer de RStudio (The default is FALSE. When TRUE it returns a table in RStudio Viewer).

Value

El objeto de salida es un data set con los id de elecciones necesarios como parámetros para usar con get_election_data. Cuando el parámetro es viewer = FALSE, devuelve un tibble con class "tbl_df","tbl","data.frame", y cuando es viewer = TRUE devuelve un objeto con class "datatables","htmlwidget" (The output is a data set with elections id needed as parameters in get_election_data. When parameter is set to viewer = FALSE it returns a tibble and when it is viewer = TRUE it returns an object of class "datatables","htmlwidget").

See Also

show_available_speech

Examples


 show_available_elections(viewer = FALSE)
 

electorArg/polAr documentation built on Oct. 31, 2023, 8:27 a.m.