View source: R/speechbr_data.R
speech_data | R Documentation |
Extract the text of the speech given an URL.
speech_data(keyword, start_date, end_date, uf = "", speaker = "", party = "")
keyword |
principal text or phrase present on speech. |
start_date |
start date of search. |
end_date |
end date of search. |
uf |
state acronym. |
speaker |
speaker's name. |
party |
political party of speaker. |
the speech data with all informational columns and the speech.
## Not run: tecnologia_speeches <- speech_data( keyword = "tecnologia", reference_date = "2021-12-20", start_date = "2021-12-10", end_date = "2021-12-31") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.