Creates a 3-row parameters tibble with test data.
Inherits column structure from initialise_parameters_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_references_tibble(),
example_samples_tibble(),
example_sites_tibble()
Other parameter:
initialise_parameters_tibble(),
measured_types_vocabulary(),
parameter_types_sub_vocabulary(),
parameter_types_vocabulary(),
parameters_vocabulary()
Examples
example_parameters_tibble()
#> # A tibble: 3 × 10
#> PARAMETER_TYPE PARAMETER_TYPE_SUB MEASURED_TYPE PARAMETER_NAME
#> <chr> <chr> <chr> <chr>
#> 1 Stressor Homogeneous metal compounds Concentration Copper
#> 2 Stressor Homogeneous metal compounds Concentration Lead
#> 3 Stressor Homogeneous metal compounds Concentration Zinc
#> # ℹ 6 more variables: PARAMETER_NAME_SUB <chr>, INCHIKEY_SD <chr>,
#> # PUBCHEM_CID <int>, CAS_RN <chr>, ENTERED_BY <chr>, PARAMETER_COMMENT <chr>