Skip to contents

Creates a 3-row parameters tibble with test data. Inherits column structure from initialise_parameters_tibble().

Usage

example_parameters_tibble()

Value

A tibble with 3 rows of dummy parameter data

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>