votings_get_votings_table: Getting votings' table

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/votings_get_votings_table.R

Description

Function votings_get_votings_table gets votings' table from meeting's page.

Usage

1

Arguments

page

meeting's page

Details

Function votings_get_votings_table gets votings' table from meeting's page. Example of a meeting's page: http://www.sejm.gov.pl/Sejm7.nsf/agent.xsp?symbol=listaglos&IdDnia=1179 The result of this function is a data frame with three columns, where the first includes numbers of votings, the second voting's time and the third is with voting's topics.

Value

data frame with three columns: Nr, Godzina (Time), Temat (Topic)

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/agent.xsp?symbol=listaglos&IdDnia=1179'
votings_get_votings_table(page)
## End(Not run)

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