Creates a summary string of protocols by category
Arguments
- methodsData
The methods/protocols dataset. Use
eDataDRF::example_methods_tibble()to generate an example input.- categories
Character vector of protocol categories to include. Must be values from
eDataDRF::protocol_categories_vocabulary()(e.g.,c("Sampling Protocol", "Analytical Protocol")).
See also
eDataDRF::example_methods_tibble(),
eDataDRF::protocol_categories_vocabulary(),
eDataDRF::protocol_options_vocabulary()
Other summarise:
calculate_coordinate_precision(),
manual_completion_message(),
summarise_CREED_details(),
summarise_CREED_relevance(),
summarise_CREED_reliability(),
summarise_biota(),
summarise_compartments(),
summarise_date_range(),
summarise_lod_loq(),
summarise_measured_units(),
summarise_multiple(),
summarise_reference(),
summarise_sig_figs(),
summarise_sites(),
summarise_uncertainty_comments()
Examples
summarise_protocols(
eDataDRF::example_methods_tibble(),
categories = c("Sampling Protocol", "Analytical Protocol")
)
#> 2 protocols:
#> Sampling Protocol - Grab sampling: (Surface sediment grab samples collected by Van Veen grab)
#> Analytical Protocol - Inductively coupled plasma mass spectrometry: (Inductively coupled plasma mass spectrometry using the ICP-MASTER 9000.)