term: Get all the terms of the Finnish parliament.

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns all terms of the Finnish parliament 1907-2011. By default, each term is 4 years long, but for various reasons the length may also be shorter.

Usage

1
term(id = NULL, ...)

Arguments

id

ID number to return information only on a given term. If no id is provided all terms are returned.

...

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

Value

data.frame of countries with the following columns:

begin Begin date.
end End date.
name Term name.
id Term ID number.

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_terms <- term()

# Get a specific term defined by ID
term_2011 <- term(id=1)

## End(Not run)

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