Learn R Programming

sejmRP (version 1.3)

votings_get_votings_table: Getting votings' table

Description

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

Usage

votings_get_votings_table(page)

Arguments

page
meeting's page

Value

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

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.

Examples

Run this code
## Not run: 
# page <- 'http://www.sejm.gov.pl/Sejm7.nsf/agent.xsp?symbol=listaglos&IdDnia=1179'
# votings_get_votings_table(page)## End(Not run)

Run the code above in your browser using DataLab