votes_get_results {sejmRP} | R Documentation |
Getting voting's results for each club
Description
Function votes_get_results
gets voting's results for each club.
Usage
votes_get_results(page)
Arguments
page |
club's voting's results page |
Details
Function votes_get_results
gets voting's results for each club.
Example of page with voting's results of PO club:
http://www.sejm.gov.pl/Sejm7.nsf/agent.xsp?symbol=klubglos&
IdGlosowania=37494&KodKlubu=PO
Value
data frame with two columns: deputy, vote
Note
All information is stored in PostgreSQL database.
Author(s)
Piotr Smuda
Examples
## Not run:
page <- paste0('http://www.sejm.gov.pl/Sejm7.nsf/agent.xsp?',
'symbol=klubglos&IdGlosowania=37494&KodKlubu=PO')
votes_get_results(page)
## End(Not run)
[Package sejmRP version 1.3.4 Index]