Creates a 1-row references tibble with test data.
Inherits column structure from initialise_references_tibble().
REFERENCE_ID is automatically generated using generate_reference_id().
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_samples_tibble(),
example_sites_tibble()
Other reference:
generate_reference_id(),
initialise_references_tibble()
Examples
example_references_tibble()
#> # A tibble: 1 × 18
#> REFERENCE_ID REFERENCE_TYPE DATA_SOURCE AUTHOR TITLE YEAR ACCESS_DATE
#> <chr> <chr> <chr> <chr> <chr> <int> <date>
#> 1 2023SmithHeavyMetal… Journal Artic… Primary Smith… Heav… 2023 2026-04-02
#> # ℹ 11 more variables: PERIODICAL_JOURNAL <chr>, VOLUME <int>, ISSUE <int>,
#> # PUBLISHER <chr>, INSTITUTION <chr>, DOI <chr>, URL <chr>, ISBN_ISSN <chr>,
#> # EDITION <chr>, DOCUMENT_NUMBER <chr>, REF_COMMENT <chr>