Skip to contents

Creates a 4-row methods tibble with test data (one per protocol category). Inherits column structure from initialise_methods_tibble(). PROTOCOL_ID values are automatically generated using generate_protocol_id().

Usage

example_methods_tibble()

Value

A tibble with 4 rows of dummy methods data

Examples

example_methods_tibble()
#> # A tibble: 4 × 5
#>   PROTOCOL_ID     CAMPAIGN_NAME PROTOCOL_CATEGORY PROTOCOL_NAME PROTOCOL_COMMENT
#>   <chr>           <chr>         <chr>             <chr>         <chr>           
#> 1 S01_GrabSampli… Test Campaig… Sampling Protocol Grab sampling Surface sedimen…
#> 2 E01_AcidDigest… Test Campaig… Extraction Proto… Acid digesti… HNO3/HCl microw…
#> 3 F01_TotalFract… Test Campaig… Fractionation Pr… Total fracti… NA              
#> 4 A01_Inductivel… Test Campaig… Analytical Proto… Inductively … Inductively cou…