Skip to contents

Returns lists of research briefing topics, subtopics and types. These functions do not accept any arguments.

Usage

research_topics_list()

hansard_research_topics_list()

research_subtopics_list()

hansard_research_subtopics_list()

research_types_list()

hansard_research_types_list()

Value

A list with the different research topics/subtopics/types available.

Member details functions

research_topics_list

A list with the different research topics available

research_subtopics_list

A list of Parliamentary Research Briefings topics

research_types_list

A list of types of Parliamentary Research Briefings

Examples

if (FALSE) {
research_topics_list <- research_topics_list()

research_subtopics_list <- research_subtopics_list()

research_types_list <- research_types_list()
}