votings_get_votings_links: Getting votings' links

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/votings_get_votings_links.R

Description

Function votings_get_votings_links gets votings' links from meeting's page.

Usage

1
2
votings_get_votings_links(home_page = 'http://www.sejm.gov.pl/Sejm8.nsf/',
  page)

Arguments

home_page

main page of polish diet: http://www.sejm.gov.pl/Sejm8.nsf/

page

meeting's page

Details

Example of a meeting's page: http://www.sejm.gov.pl/Sejm7.nsf/agent.xsp?symbol=listaglos&IdDnia=1179

Value

character vector

Note

All information is stored in PostgreSQL database.

Author(s)

Piotr Smuda

Examples

1
2
3
4
5
## Not run: 
home_page <- 'http://www.sejm.gov.pl/Sejm7.nsf/'
page <- 'http://www.sejm.gov.pl/Sejm7.nsf/agent.xsp?symbol=listaglos&IdDnia=1179'
votings_get_votings_links(home_page, page)
## End(Not run)

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