Learn R Programming

votesmart (version 0.1.2)

endpoint_input_mapping_nested: Nested Endpoint-Input Mapping

Description

Nested tibble containing the mapping between each endpoint, the inputs it takes, and whether those inputs are required.

Usage

endpoint_input_mapping_nested

Arguments

Format

A tibble with 70 rows and 2 variables:

endpoint

name of the API endpoint

inputs

a list column containing one or more inputs and a boolean indicating whether they are required for that endpoint. Can be unnested with tidyr::unnest