Description Usage Arguments Value Examples
View source: R/speech_legis_replace.R
allows to modify the legislators' name prior to compiling the data.
1 | speech_legis_replace(tidy_speech, old, new, id = NULL)
|
tidy_speech |
data.frame class |
old |
old legislator's name. |
new |
new legislator's name. |
id |
id 'floor speech'. |
data.frame.
1 2 3 4 | # url <- "http://bit.ly/35AUVF4"
# out <- speech_build(file = url)
# speech_check(out, "G")
# out <- speech_legis_replace(out, old = "GOI", new = "GONI")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.