Learn R Programming

hansard (version 0.5.0)

research_topics_list: Functions to retrieve lists of research briefing topics, subtopics and types.

Description

These functions do not accept any arguments.

A list of Parliamentary Research Briefings subtopics, grouped by topic.

A list of types of Parliamentary Research Briefings.

Usage

research_topics_list()

hansard_research_topics_list()

research_subtopics_list()

hansard_research_subtopics_list()

research_types_list()

hansard_research_types_list()

Arguments

Value

A list with the different research topics available.

A list with the different research subtopics available.

A list with the different types of research briefings.

Details

A list of Parliamentary Research Briefings topics.

See Also

research_briefings

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
research_topics_list <- research_topics_list()
# }
# NOT RUN {
 
# }
# NOT RUN {
research_subtopics_list <- research_subtopics_list()

# }
# NOT RUN {
 
# }
# NOT RUN {
research_types_list <- research_types_list()

# }

Run the code above in your browser using DataLab