statements_get_statement {sejmRP} | R Documentation |
Getting statements
Description
Function statements_get_statement
gets statement's content.
Usage
statements_get_statement(page, ...)
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
## 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)
[Package sejmRP version 1.3.4 Index]