Skip to contents

This dataset contains 16 Inaugural Speeches from 1979 to 2023.

Usage

spa.inaugural

Format

a data.frame object with the following variables:

  • doc_id character; Document ID

  • text character; Text of the inaugural speech

  • President character; Name of the President who gave the speech

  • Legislature numeric; The number of the legislature

Source

Moncloa.

Examples

# some operations on the corpus
summary(spa.inaugural)
#>     doc_id              text            President          Legislature    
#>  Length:16          Length:16          Length:16          Min.   : 1.000  
#>  Class :character   Class :character   Class :character   1st Qu.: 3.750  
#>  Mode  :character   Mode  :character   Mode  :character   Median : 7.500  
#>                                                           Mean   : 7.562  
#>                                                           3rd Qu.:11.250  
#>                                                           Max.   :15.000