Allows to see the legislators' names with problems prior to compiling the data.

speech_view(tidy_speech, legis = character(), view = FALSE)

Arguments

tidy_speech

data.frame class puy.

legis

name of the legislator.

view

logical. If TRUE View displays datasets containing legislators' interventions (legis). By default is FALSE.

Value

data.frame.

Examples

# \donttest{
# url <- "http://bit.ly/35AUVF4"
# out <- speech_build(file = url)
# speech_view(tidy_speech = out, legis = c("ABDALA", "LAZO"), view = FALSE)
# }