Función que permite una rápida visualización de los discursos presidenciales a través de nube de palabras representando su frecuencia relativa con el tamaño. (Function that plots a word cloud of presidential specches, with word sizes as a function of its frequency in the data set)

plot_speech(data)

Arguments

data

requiere un discurso dentro data.frame con formato tidy descargado con get_speech (a tidy data.frame with the speech downloaded with get_speech is required).

Value

Devuelve un objeto con clases "wordcloud2" "htmlwidget" que representa gráficamente el contenido de un discurso presidencial (it retruns an object of classes "wordcloud2" "htmlwidget" with a graphical representation of presidential speeches).