get_authors: Get a tibble of authors for each briefing

Description Usage Arguments Value

View source: R/process.R

Description

get_authors takes a list of briefings returned from the API as JSON and returns a tibble of authors for those briefings, with one row per unqiue combination of briefing and author. Data on authors is not available from the main research breifings feed so this function requires the json produced from fetch_all_json.

Usage

1
get_authors(briefings_all_json)

Arguments

briefings_all_json

A list of briefings as returned by fetch_all_json

Value

A tibble of data on briefings and their authors in long form.


houseofcommonslibrary/clbrief documentation built on Sept. 13, 2020, 12:13 a.m.