Skip to contents

Creates an empty tibble with the standardised column structure for analytical methods data.

Usage

initialise_methods_tibble()

Value

A tibble with 0 rows and standardised methods columns

Details

Methods describe the protocols used for sampling, extraction, fractionation, and analysis procedures. The tibble includes the following columns:

PROTOCOL_ID: Unique identifier for the protocol (Primary Key)

CAMPAIGN_NAME: Name of the campaign this protocol was used in

PROTOCOL_CATEGORY: Type of protocol (Sampling, Extraction, Fractionation, Analytical)

PROTOCOL_NAME: Standardised name of the protocol

PROTOCOL_COMMENT: Additional notes or details about the protocol

See vignette("methods_data") for more information.