endpoint_input_mapping_nested: Nested Endpoint-Input Mapping

endpoint_input_mapping_nestedR Documentation

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

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

Source

http://api.votesmart.org/docs/


votesmart documentation built on May 2, 2023, 1:11 a.m.