Learn R Programming

hansard (version 0.5.0)

hansard_generic: Hansard - Generic API Function

Description

A semi-generic function for the parliamentary API. Provides greater flexibility, including any newly released features or data not yet included in the individual functions of the hansard package. Users must specify '.json' in their path.

Usage

hansard_generic(path)

Arguments

path

The url path to the data you wish to retrieve

Examples

Run this code
# NOT RUN {
 x <- hansard_generic('elections.json')

# }

Run the code above in your browser using DataLab