votings_get_meetings_table {sejmRP}R Documentation

Getting meetings' table

Description

Function votings_get_meetings_table gets meetings' table.

Usage

votings_get_meetings_table(page = 
  'http://www.sejm.gov.pl/Sejm8.nsf/agent.xsp?symbol=posglos&NrKadencji=8')

Arguments

page

page with votings in polish diet: http://www.sejm.gov.pl/Sejm8.nsf/agent.xsp? symbol=posglos&NrKadencji=8

Details

Function votings_get_meetings_table gets meetings' table. The result of this function is a data frame with three columns, where the first includes numbers of meetings, the second theirs' dates in Polish and the third is with numbers of votings on each meeting.

Value

data frame with three unnamed columns

Note

All information is stored in PostgreSQL database.

Author(s)

Piotr Smuda

Examples

## Not run: 
votings_get_meetings_table()
## End(Not run)


[Package sejmRP version 1.3.4 Index]