Skip to contents

A function for retrieving all proceedings in Stortinget, both current and historical.

Usage

get_proceedings()

Value

A list with three dataframes:

  1. $root (only download meta data)

    response_dateDate of data retrieval
    versionData version from the API
  2. $proceedings (description of main proceeding categories)

    idId of proceeding
    nameName of proceeding
  3. $poceedings_steps (description of proceeding steps within each main category)

    idId of proceeding step
    nameName of proceeding step
    step_numberOrder of proceeding steps
    outdatedWhether the step is outdated
    main_idId for proceeding type the step belongs to

Examples

if (FALSE) {

get_proceedings()

}