endpoint_input_mapping_nested {votesmart}R 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/


[Package votesmart version 0.1.2 Index]