research_briefings_lists.Rd
Returns lists of research briefing topics, subtopics and types. These functions do not accept any arguments.
research_topics_list() hansard_research_topics_list() research_subtopics_list() hansard_research_subtopics_list() research_types_list() hansard_research_types_list()
A list with the different research topics/subtopics/types available.
A list with the different research topics available
A list of Parliamentary Research Briefings topics
A list of types of Parliamentary Research Briefings
# NOT RUN { research_topics_list <- research_topics_list() research_subtopics_list <- research_subtopics_list() research_types_list <- research_types_list() # }