View source: R/show_available_elections.R
show_available_elections | R Documentation |
Función que devuelve un tibble con los parámetros necesarios para llamar elecciones con get_election_data
o get_election_results
(Function that returns a tibble with the necessary parameters to call elections with get_election_data
or get_election_results
).
show_available_elections(source = NULL, viewer = FALSE)
source |
Fuente de consulta. Las opciones son 'data' para |
viewer |
Por defecto es |
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"
).
show_available_elections(source= 'data', viewer = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.