research_topics_list {hansard} | R Documentation |
Lists of research briefing topics, subtopics and types.
Description
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
See Also
Examples
## Not run:
research_topics_list <- research_topics_list()
research_subtopics_list <- research_subtopics_list()
research_types_list <- research_types_list()
## End(Not run)
[Package hansard version 0.8.0 Index]