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

addInfo(x, ...)

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

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

Arguments

x

A voteList object

...

Other parameters passed on.

Value

A voteList object

Details

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

Methods (by class)

  • voteList: Add information to voteList object

  • questionList: Add information to questionList object

Examples

examplevotes_with_info <- addInfo(examplevotes)