plenary_session: Get all the plenary_sessions of the Finnish parliament, past...

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns all plenary_sessions of the Finnish parliament (MP).

Usage

1

Arguments

id

ID number to return information only on a MP. If no id is provided all MPs are returned.

...

additional arguments passed on to query_kamu_api, most notably cache if needed.

Value

Plenary session data in long data.frame format with the following fields:

Author(s)

Leo Lahti <leo.lahti@iki.fi>

See Also

query_kamu_api

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

# Get all terms
all_plenary_sessions <- plenary_session()

# Get a specific MP defined by ID (Jorn Donner)
session <- plenary_session(id=30)

## End(Not run)

rOpenGov/finpar documentation built on May 26, 2019, 7:48 p.m.