Allows to see the legislators' names with problems prior to compiling the data.
speech_view(tidy_speech, legis = character(), view = FALSE)
data.frame class puy
.
name of the legislator.
logical. If TRUE
View
displays datasets containing
legislators' interventions (legis
). By default is FALSE
.
data.frame.
# \donttest{
# url <- "http://bit.ly/35AUVF4"
# out <- speech_build(file = url)
# speech_view(tidy_speech = out, legis = c("ABDALA", "LAZO"), view = FALSE)
# }