Rows: 55 Columns: 2
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (2): ship_type, ship_typeLabel
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
# A tibble: 55 × 2
ship_type ship_typeLabel
<chr> <chr>
1 http://www.wikidata.org/entity/Q17205 aircraft carrier
2 http://www.wikidata.org/entity/Q104843 cruiser
3 http://www.wikidata.org/entity/Q161705 frigate
4 http://www.wikidata.org/entity/Q170013 corvette
5 http://www.wikidata.org/entity/Q174736 destroyer
6 http://www.wikidata.org/entity/Q182531 battleship
7 http://www.wikidata.org/entity/Q188924 galley
8 http://www.wikidata.org/entity/Q207452 ship of the line
9 http://www.wikidata.org/entity/Q629990 bireme
10 http://www.wikidata.org/entity/Q640078 minelayer
# … with 45 more rows
And subsequently different types of frigates operated by the Royal Navy
Rows: 83 Columns: 14
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (10): ship_class, ship_classLabel, followed_by, followed_byLabel, opera...
dttm (4): service_entry, service_retirement, service_entryLabel, service_re...
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.