View source: R/show_available_speech.R
show_available_speech | R Documentation |
Función que devuelve un listado de discursos de apertura de sesiones emitidos por los presidentes de Argentina ante la Asamblea Legislativa.
show_available_speech(viewer = FALSE)
viewer |
Por defecto es |
El objeto de salida es un data set con los id dediscursos disponibles para usar como parámetro con
con get_speech
. 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 speeches id needed as parameters in get_speech
.
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_speech()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.