member: Get all the members of the Finnish parliament, past and...

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns all members of the Finnish parliament (MP).

Usage

1
member(id = NULL, ...)

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

list of MPs

Author(s)

Joona Lehtomaki <joona.lehtomaki@gmail.com>

See Also

query_kamu_api

Examples

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

# Get all terms
all_members <- member()

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

## End(Not run)

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