Learn R Programming

sejmRP (version 1.3)

statements_get_statements_table: Getting statements' table

Description

Function statements_get_statements_table gets statements' table from meeting's page.

Usage

statements_get_statements_table(page)

Arguments

page
meeting's page

Value

data frame with three unnamed columns

Details

Function statements_get_statements_table gets statements' table. from meeting's page. Example of a meeting's page: http://www.sejm.gov.pl/Sejm7.nsf/posiedzenie.xsp?posiedzenie=99&dzien=2 The result of this function is a data frame with three columns, where the first includes author of statement, the second the number of order point and the third is a title of order point.

Examples

Run this code
## Not run: 
# page <- 'http://www.sejm.gov.pl/Sejm7.nsf/posiedzenie.xsp?posiedzenie=99&dzien=2'
# statements_get_statements_table(page)## End(Not run)

Run the code above in your browser using DataLab