get_proceedings {stortingscrape}R Documentation

All parliamentary proceedings

Description

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_date Date of data retrieval
    version Data version from the API
  2. $proceedings (description of main proceeding categories)

    id Id of proceeding
    name Name of proceeding
  3. $poceedings_steps (description of proceeding steps within each main category)

    id Id of proceeding step
    name Name of proceeding step
    step_number Order of proceeding steps
    outdated Whether the step is outdated
    main_id Id for proceeding type the step belongs to

Examples

## Not run: 

get_proceedings()


## End(Not run)


[Package stortingscrape version 0.3.0 Index]