get_MeetingData: Get minutes from the Danish Parliament

Description Usage Arguments Value Examples

View source: R/get.R

Description

Get minutes from the Danish Parliament

Usage

1
get_MeetingData(MeetingList, return = "DTlist", verbose = FALSE)

Arguments

MeetingList

list; A list of meetings you wish to get data on buildt using getList_Meeting.

return

character; The form to return data in. See return for more.

verbose

Tells you what is going on.

Value

Data can be returned in one of the following formats:

Examples

1
2
3
4
5
6
7
8
# Get a list of all available parliamentary sessions
FT_sessions <- getList_Session()

# Get a list of all meetings in the third session
FT_meetings <- getList_Meeting(FT_sessions[3])

# Return the parsed meeting minutes of that session as a list of data.tables
FT_data <- get_MeetingData(FT_meetings)

emillykkejensen/FTreferateR documentation built on May 22, 2019, 6:30 p.m.