Learn R Programming

hansard (version 0.3.4)

all_answered_questions: all_answered_questions

Description

Imports data on answered parliamentary questions

Usage

all_answered_questions(allAnsType = c("all", "askedBy"))

Arguments

allAnsType
The type of questions you want, accepts the arguments 'all' and 'askedBy'
all
Returns a data frame with all available answered questions.
askedBy
Requests a member ID, and returns a data frame with all available questions asked by that member.

Examples

Run this code
## Not run: 
# 
# x <- all_answered_questions('all')
# 
# x <- all_answered_questions('askedBy')
# ## End(Not run)

Run the code above in your browser using DataLab