A brief dataset of the nine Azorean islands.
Value
A tibble with columns:
group
Island group.
is_triangle
Due to their proximity, Pico, Faial and São Jorge form the so-called Triangle of the Central Group of islands.
name
Island's name.
Examples
islands()
#> # A tibble: 9 × 3
#> group is_triangle name
#> <chr> <lgl> <chr>
#> 1 Eastern FALSE Ilha de Santa Maria
#> 2 Eastern FALSE Ilha de São Miguel
#> 3 Central TRUE Ilha do Pico
#> 4 Central TRUE Ilha do Faial
#> 5 Central TRUE Ilha de São Jorge
#> 6 Central FALSE Ilha Terceira
#> 7 Central FALSE Ilha Graciosa
#> 8 Western FALSE Ilha das Flores
#> 9 Western FALSE Ilha do Corvo