Look up basemaps with their available keys.
dw_basemaps
Data frame with columns
id of the basemap. Required for call to dw_get_map_key
.
Geographic level of this basemap
Value of the keys. Required for call to dw_get_map_key
.
Short name of the keys
Description of the keys.
<https://api.datawrapper.de/plugin/basemaps>
dw_basemaps#> # A tibble: 4,980 × 6 #> id level slug value label description #> <chr> <chr> <chr> <chr> <chr> <chr> #> 1 world-2019 World world DW_NAME Name The three-… #> 2 world-2019 World world NAME_SHORT Name (short) The three-… #> 3 world-2019 World world DW_STATE_CODE ISO-Code The writte… #> 4 world-2019 World world GERMAN_NAME_NEW Name (German) The writte… #> 5 world-2019 World world GERMAN_NAME Name old (German) The writte… #> 6 africa-2020 Africa africa DW_NAME Name The three-… #> 7 africa-2020 Africa africa DW_STATE_CODE ISO-Code The writte… #> 8 europe-sovereign-states Europe europe ISO_3_SOV ISO 3-digit DE21, FR24… #> 9 europe-sovereign-states Europe europe ISO_2_SOV ISO 2-digit DE21, FR24… #> 10 europe-sovereign-states Europe europe NAME_SOV Names Olpe, Some… #> # … with 4,970 more rows