speech_view {speech} | R Documentation |
View control speech
Description
Allows to see the legislators' names with problems prior to compiling the data.
Usage
speech_view(tidy_speech, legis = character(), view = FALSE)
Arguments
tidy_speech |
data.frame class |
legis |
name of the legislator. |
view |
logical. If |
Value
data.frame.
Examples
# url <- "http://bit.ly/35AUVF4"
# out <- speech_build(file = url)
# speech_view(tidy_speech = out, legis = c("ABDALA", "LAZO"), view = FALSE)
[Package speech version 0.1.5 Index]