statements_get_statements_table: Getting statements' table

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/statements_get_statements_table.R

Description

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

Usage

1

Arguments

page

meeting's page

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.

Value

data frame with three unnamed columns

Note

All information is stored in PostgreSQL database.

Author(s)

Piotr Smuda

Examples

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

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