addInfo: Add information on cabinets, elections and parties to...

Description Usage Arguments Details Value Methods (by class) Examples

View source: R/addInfo.R

Description

Add information on cabinets, elections and parties to dataset. This data is obtained from ParlGov (http://www.parlgov.org/).

Usage

1
2
3
4
5
6
7
addInfo(x, ...)

## S3 method for class 'voteList'
addInfo(x, ...)

## S3 method for class 'questionList'
addInfo(x, ...)

Arguments

x

A voteList object

...

Other parameters passed on.

Details

This is a wrapper that runs both addCabinetInfo and addPartyInfo with default settings.

Value

A voteList object

Methods (by class)

Examples

1
examplevotes_with_info <- addInfo(examplevotes)

louwerse/dutchparl documentation built on Aug. 14, 2021, 3:02 a.m.