Package 'speechbr'

Title: Access the Speechs and Speaker's Informations of House of Representatives of Brazil
Description: Scrap speech text and speaker informations of speeches of House of Representatives of Brazil, and transform in a cleaned tibble.
Authors: Douglas Cardoso [aut, cre]
Maintainer: Douglas Cardoso <[email protected]>
License: MIT + file LICENSE
Version: 1.0.0.9000
Built: 2024-11-04 19:53:52 UTC
Source: https://github.com/dcardosos/speechbr

Help Index


Obtains the text of the speech

Description

Extract the text of the speech given an URL.

Usage

speech_data(keyword, start_date, end_date, uf = "", speaker = "", party = "")

Arguments

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.

Value

the speech data with all informational columns and the speech.

Examples

## 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)