Package index
-
initialise_campaign_tibble() - Initialise an 8x0 tibble for storing organisational and date metadata
-
initialise_references_tibble() - Initialise an 18x0 tibble for storing metadata on scientific literature
-
initialise_sites_tibble() - Initialise an 13x0 tibble for storing geographical metadata
-
initialise_parameters_tibble() - Initialise an 10x0 tibble for storing metadata on sampled parameters: stressors, quality, etc.
-
initialise_compartments_tibble() - Initialise an 3x0 tibble for storing metadata on sampled environmental compartment
-
initialise_methods_tibble() - Initialise an 5x0 tibble for storing metadata on scientific/sampling methods and protocols
-
initialise_samples_tibble() - Initialise an 11x0 tibble for storing combinations of sites, dates, parameters, and compartments sampled
-
initialise_biota_tibble() - Initialise an 14x0 tibble for storing biota metadata
-
initialise_measurements_tibble() - Initialise an 26x0 tibble for storing measurement data
-
initialise_CREED_data_tibble() - Initialise an 6x0 tibble for storing CREED assessment data
-
initialise_CREED_scores_tibble() - Initialise an 5x0 tibble for storing a data source's overall CREED score
-
CREED_choices_vocabulary() - Controlled vocabulary for CREED scores, CREED table
-
altitude_units_vocabulary() - Controlled vocabulary for the
ALTITUDE_UNITcolumn, Sites table -
analytical_protocols_vocabulary() - Controlled vocabulary for
PROTOCOL_TYPEandPROTOCOL_NAMEcolumns (analytical), Methods table -
areas_vocabulary() - Ocean controlled vocabulary (wrapper for ocean_vocabulary())
-
coordinate_systems_vocabulary() - Controlled vocabulary for the
SITE_COORDINATE_SYSTEMcolumn, Sites table -
countries_vocabulary() - Controlled vocabulary for the
COUNTRY_ISOcolumn, Sites table -
data_source_vocabulary() - Controlled vocabulary for the DATA_SOURCE column, References table
-
environ_compartments_sub_vocabulary() - Controlled vocabulary for the
ENVIRON_COMPARTMENTandENVIRON_COMPARTMENT_SUBcolumns, Compartments table -
environ_compartments_vocabulary() - Controlled vocabulary for the
ENVIRON_COMPARTMENTcolumn, Compartments table -
extraction_protocols_vocabulary() - Controlled vocabulary for
PROTOCOL_TYPEandPROTOCOL_NAMEcolumns (extraction), Methods table -
fractionation_protocols_vocabulary() - Controlled vocabulary for
PROTOCOL_TYPEandPROTOCOL_NAMEcolumns (fractionation), Methods table -
gender_vocabulary() - Controlled vocabulary for the
SAMPLE_SPECIES_GENDERcolumn, Biota table -
geographic_features_sub_vocabulary() - Controlled vocabulary for the
SITE_GEOGRAPHIC_FEATURE_SUBcolumn, Sites table -
geographic_features_vocabulary() - Controlled vocabulary for the
SITE_GEOGRAPHIC_FEATUREcolumn, Sites table -
lifestage_vocabulary() - Controlled vocabulary for the
SAMPLE_SPECIES_LIFESTAGEcolumn, Biota table -
measured_categories_vocabulary() - Controlled vocabulary for the
MEASURED_CATEGORYcolumn, Compartments table -
measured_flag_vocabulary() - Controlled vocabulary for
MEASURED_FLAG, Measurements table -
measured_types_vocabulary() - Controlled vocabulary for the
MEASURED_TYPEcolumn, Parameters table -
ocean_vocabulary() - Controlled vocabulary for the
OCEAN_IHOcolumn, Sites table -
parameter_types_sub_vocabulary() - Controlled vocabulary for the
PARAMETER_TYPES_SUBcolumn, Parameters table -
parameter_types_vocabulary() - Controlled vocabulary for the
PARAMETER_TYPEScolumn, Parameters table -
parameter_unit_vocabulary() - Controlled vocabulary for
MEASURED_UNIT,LOQ_UNIT, andLOD_UNIT, with conversion factors and base units -
parameters_vocabulary() - Data for
PARAMETER_NAME,PARAMETER_TYPE, etc. in the Parameters table -
protocol_categories_vocabulary() - Controlled vocabulary for
PROTOCOL_CATEGORYcolumn, Methods table -
protocol_options_vocabulary() - Controlled vocabulary for
PROTOCOL_TYPEandPROTOCOL_NAMEcolumns (all), Methods table -
reference_type_vocabulary() - Controlled vocabulary for the
REFERENCE_TYPEcolumn, References table -
sampling_protocols_vocabulary() - Controlled vocabulary for
PROTOCOL_TYPEandPROTOCOL_NAMEcolumns (sampling), Methods table -
species_groups_vocabulary() - Controlled vocabulary for the
SPECIES_GROUPcolumn, Biota table -
species_names_vocabulary() - Controlled vocabulary for the
SPECIES_NAMEcolumn, Biota table -
tissue_types_vocabulary() - Controlled vocabulary for the
SAMPLE_TISSUEcolumn, Biota table -
uncertainty_types_vocabulary() - Controlled vocabulary for the
UNCERTAINTY_TYPEcolumn, Measurements table
-
abbreviate_string() - Generic function to abbreviate string to first n words with case formatting
-
generate_reference_id() - Generate compact reference ID (YYYYLNameFirstThreeWords) for
REFERENCE_IDin References table -
generate_protocol_id() - Generate a semi-unique string ID for a protocol (
PROTOCOL_ID) based on its type, name, the campaign name, and a sequence number; used as a key between Methods and Measurements table. -
generate_sample_id_with_components() - Generate compact Sample ID (
SiteCode-ParamAbbrev-CompartmentAbbrev-Date-R-SubsampleAbbrev) forSAMPLE_IDin Samples table -
sample_id_regex() - Regular expression to check
generate_sample_id_with_components()protocol IDs for Samples table -
protocol_id_regex() - Regular expression to check
generate_protocol_id()protocol IDs for Methods table
-
get_dataset_display_name() - Get Dataset Display Name
-
export_campaign_zip() - Export Multiple Datasets as ZIP of CSV Files
-
example_CREED_relevance_tibble() - Create Example CREED Relevance Tibble
-
example_CREED_reliability_tibble() - Create Example CREED Reliability Tibble
-
example_CREED_scores_tibble() - Create Example CREED Scores Tibble
-
example_biota_tibble() - Create Example Biota Tibble
-
example_campaign_tibble() - Create Example Campaign Tibble
-
example_compartments_tibble() - Create Example Compartments Tibble
-
example_measurements_tibble() - Create Example Measurements Tibble
-
example_methods_tibble() - Create Example Methods Tibble
-
example_parameters_tibble() - Create Example Parameters Tibble
-
example_references_tibble() - Create Example References Tibble
-
example_samples_tibble() - Create Example Samples Tibble
-
example_sites_tibble() - Create Example Sites Tibble
-
CREED_tibble_to_mock_input() - Convert CREED Tibble to Mock Input List
-
pb_validate_CREED_data_relevance() - Run pointblank validation on a CREED Relevance data table
-
pb_validate_CREED_data_reliability() - Run pointblank validation on a CREED Reliability data table
-
pb_validate_all_edata_tables() - Validate all eData tables at once
-
pb_validate_biota() - Run pointblank validation on a Biota table
-
pb_validate_campaign() - Run pointblank validation on a Campaign table
-
pb_validate_CREED_scores() - Run pointblank validation on a CREED Scores table
-
pb_validate_edata_table() - Generic pointblank validation helper for eData tables
-
pb_validate_measurements() - Run pointblank validation on a Measurements table
-
pb_validate_methods() - Run pointblank validation on a Methods table
-
pb_validate_parameters() - Run pointblank validation on a Parameters table
-
pb_validate_reference() - Run pointblank validation on a Reference table
-
pb_validate_samples() - Run pointblank validation on a Samples table
-
pb_validate_sites() - Run pointblank validation on a Sites table