get_speech | R Documentation |
Función que descarga los discursos presidenciales ante la Asamblea Legislativa desde 1854 hasta 2020 (Function that downloads presidential speeches to de National Legislative Assembly from 1854 to 2020.)
get_speech(year = NULL, raw = FALSE)
year |
integer con identificador de discurso que se quiere seleccionar. Se puede explorar un listado de discursos con |
raw |
boleano que permite descargar discurso en formato tidy cuando |
Devuelve un tibble con clases "spec_tbl_df" "tbl_df" "tbl" "data.frame"
con el contenido de un discurso presidencial en tres variables:
discurso, presidente, year
.
(it retruns a tibble with three variables (speech - discurso
- president -presidente
and year
).
The object is of class "tbl_df","tbl","data.frame"
).
plot_speech
get_speech(year = 1949)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.