Learn R Programming

hansard (version 0.8.0)

research_topics_list: 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()

Arguments

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

research_briefings()

Examples

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

research_subtopics_list <- research_subtopics_list()

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

Run the code above in your browser using DataLab