votings_get_votings_table {sejmRP} | R Documentation |
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 |
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
## Not run:
page <- 'http://www.sejm.gov.pl/Sejm7.nsf/agent.xsp?symbol=listaglos&IdDnia=1179'
votings_get_votings_table(page)
## End(Not run)
[Package sejmRP version 1.3.4 Index]