Learn R Programming

hansard (version 0.3.4)

lords_attendance: lords_attendance

Description

Imports data on House of Lords attendance. Please note that the attendance data frames are not as tidy as some of the others that are accessible through this API.

Usage

lords_attendance(lordsAttendType = c("all", "date"))

Arguments

lordsAttendType
Accepts arguments 'all' and 'date'.
all
Returns a data frame with all available House of Lords attendance records.
date
Requests a date and returns a data frame with all available House of Lords attendance records for that date.

Examples

Run this code
## Not run: 
# x <- lords_attendance('all')
# 
# x <- lords_attendance('date')
# ## End(Not run)

Run the code above in your browser using DataLab