Creates a 2-row sites tibble with test data.
Inherits column structure from initialise_sites_tibble().
See also
Other example_tibble:
example_CREED_relevance_tibble(),
example_CREED_reliability_tibble(),
example_CREED_scores_tibble(),
example_biota_tibble(),
example_campaign_tibble(),
example_compartments_tibble(),
example_measurements_tibble(),
example_methods_tibble(),
example_parameters_tibble(),
example_references_tibble(),
example_samples_tibble()
Other site:
altitude_units_vocabulary(),
areas_vocabulary(),
coordinate_systems_vocabulary(),
countries_vocabulary(),
geographic_features_sub_vocabulary(),
geographic_features_vocabulary(),
initialise_sites_tibble(),
ocean_vocabulary()
Examples
example_sites_tibble()
#> # A tibble: 2 × 14
#> SITE_CODE SITE_NAME SITE_GEOGRAPHIC_FEAT…¹ SITE_GEOGRAPHIC_FEAT…² COUNTRY_ISO
#> <chr> <chr> <chr> <chr> <chr>
#> 1 SITE-001 Oslofjord… Coastal, fjord Water column, pelagic… Norway
#> 2 SITE-002 Bergen Ha… Coastal, fjord Water benthos Norway
#> # ℹ abbreviated names: ¹SITE_GEOGRAPHIC_FEATURE, ²SITE_GEOGRAPHIC_FEATURE_SUB
#> # ℹ 9 more variables: OCEAN_IHO <chr>, LATITUDE <dbl>, LONGITUDE <dbl>,
#> # SITE_COORDINATE_SYSTEM <chr>, ALTITUDE_VALUE <dbl>, ALTITUDE_UNIT <chr>,
#> # ENTERED_BY <chr>, ENTERED_DATE <chr>, SITE_COMMENT <chr>