get_briefings: Get a tibble of summary data on each briefing

Description Usage Arguments Details Value

View source: R/process.R

Description

get_briefings takes a list of briefings returned from the API as JSON and returns a tibble of summary data those briefings, with one row per briefing.

Usage

1
get_briefings(briefings_json)

Arguments

briefings_json

A list of briefings as returned by fetch_briefings_json

Details

Note that data which has a one to many realtionship with a briefing is not included in the tibble returned by this function. See the other data processing functions for extracting nested data.

Value

A tibble of summary data on briefings.


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