votings_get_date: Getting date of meeting

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/votings_get_date.R

Description

Function votings_get_date gets a date of meeting.

Usage

1

Arguments

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

date in format YYYY-MM-DD as character

Note

All information is stored in PostgreSQL database.

Author(s)

Piotr Smuda

Examples

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

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