Learn R Programming

sejmRP (version 1.3)

statements_get_statement: 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()

Value

character vector

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

Examples

Run this code
## 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)

Run the code above in your browser using DataLab