statements_get_statement: Getting statements

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/statements_get_statement.R

Description

Function statements_get_statement gets statement's content.

Usage

1

Arguments

page

deputy's statement's page

...

other arguments, that will be passed to safe_html()

Details

Function statements_get_statement gets statement's content. Example of page with deputy's statement: http://www.sejm.gov.pl/Sejm7.nsf/wypowiedz.xsp?posiedzenie=15&dzien=1&wyp=008

Value

character vector

Note

All information is stored in PostgreSQL database.

Author(s)

Piotr Smuda, Tomasz Mikolajczyk

Examples

1
2
3
4
5
## Not run: 
page <- paste0('http://www.sejm.gov.pl/Sejm7.nsf/',
               'wypowiedz.xsp?posiedzenie=15&dzien=1&wyp=008')
statements_get_statement(page)
## End(Not run)

sejmRP documentation built on May 2, 2019, 5:16 a.m.