votings_get_meetings_table: Getting meetings' table

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/votings_get_meetings_table.R

Description

Function votings_get_meetings_table gets meetings' table.

Usage

1
2
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

1
2
3
## Not run: 
votings_get_meetings_table()
## End(Not run)

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