Learn R Programming

hansard (version 0.3.4)

tv_programmes: tv_programmes

Description

Imports data on TV broadcasts

Usage

tv_programmes(AVtype = c("TV", "clips"))

Arguments

AVtype
The type of data you want, allows the arguments 'TV' and 'clips'
TV
Returns a data frame with details on all TV broadcasts produced by the Westminster Parliament.
clips
Returns a data frame with details on all video clips produced by the Westminster Parliament.

Examples

Run this code
## Not run: 
# 
# x <- tv_programmes('TV')
# 
# 
# x <- tv_programmes('clips')
# ## End(Not run)

Run the code above in your browser using DataLab