appg_groups: Fetch details on APPG groups

View source: R/main.R

appg_groupsR Documentation

Fetch details on APPG groups

Description

appg_groups retrieves basic details on the names of APPGs, their purpose and category type. Each row is one APPG.

Usage

appg_groups(appg = NA, category = NA)

Arguments

appg

A character string of an APPG title written within a pair of single qoute or double qoutes. Can be a vector with more than one element. By default all APPG titles are selected.

category

A characer string of a APPG type written within a pair of single qoute or double qoutes. APPG types available: Country, Subject, Club. Can be a vector with more than one element. By default all APPG types are selected.

Details

If no parameters are supplied the function will return all APPGs.

Value

A tibble of basic details of APPGs, with one row per APPG.

Examples

appg_groups()
appg_groups(category = "Subject")

dempseynoel/parlygroups documentation built on Sept. 30, 2024, 11:31 p.m.