Learn R Programming

hansard (version 0.3.4)

bills: bills

Description

Imports data on House of Commons and House of Lords bills

Usage

bills(billType = c("ammended", "stageTypes", "publications"))

Arguments

billType
The type of data you want, allows the arguments 'ammended', 'publications' and 'stageTypes'
ammended
Imports a data frame with all ammended bills
stageTypes
Imports a data frame with all bill stage types
publications
Imports a data frame with all bill publications

Examples

Run this code
## Not run: 
# x <- bills('all')
# 
# x <- bills('ammended')
# 
# x <- bills('stageTypes')
# ## End(Not run)

Run the code above in your browser using DataLab