-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
125 lines (124 loc) · 3.96 KB
/
NAMESPACE
File metadata and controls
125 lines (124 loc) · 3.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
export(CREED_choices_vocabulary)
export(CREED_tibble_to_mock_input)
export(abbreviate_string)
export(altitude_units_vocabulary)
export(analytical_protocols_vocabulary)
export(areas_vocabulary)
export(coordinate_systems_vocabulary)
export(countries_vocabulary)
export(data_source_vocabulary)
export(environ_compartments_sub_vocabulary)
export(environ_compartments_vocabulary)
export(example_CREED_relevance_tibble)
export(example_CREED_reliability_tibble)
export(example_CREED_scores_tibble)
export(example_biota_tibble)
export(example_campaign_tibble)
export(example_compartments_tibble)
export(example_measurements_tibble)
export(example_methods_tibble)
export(example_parameters_tibble)
export(example_references_tibble)
export(example_samples_tibble)
export(example_sites_tibble)
export(export_campaign_zip)
export(extraction_protocols_vocabulary)
export(fractionation_protocols_vocabulary)
export(gender_vocabulary)
export(generate_protocol_id)
export(generate_reference_id)
export(generate_sample_id_with_components)
export(geographic_features_sub_vocabulary)
export(geographic_features_vocabulary)
export(get_dataset_display_name)
export(initialise_CREED_data_tibble)
export(initialise_CREED_scores_tibble)
export(initialise_biota_tibble)
export(initialise_campaign_tibble)
export(initialise_compartments_tibble)
export(initialise_measurements_tibble)
export(initialise_methods_tibble)
export(initialise_parameters_tibble)
export(initialise_references_tibble)
export(initialise_samples_tibble)
export(initialise_sites_tibble)
export(lifestage_vocabulary)
export(measured_categories_vocabulary)
export(measured_flag_vocabulary)
export(measured_types_vocabulary)
export(ocean_vocabulary)
export(parameter_types_sub_vocabulary)
export(parameter_types_vocabulary)
export(parameter_unit_vocabulary)
export(parameters_vocabulary)
export(pb_validate_CREED_data_relevance)
export(pb_validate_CREED_data_reliability)
export(pb_validate_CREED_scores)
export(pb_validate_all_edata_tables)
export(pb_validate_biota)
export(pb_validate_campaign)
export(pb_validate_edata_table)
export(pb_validate_measurements)
export(pb_validate_methods)
export(pb_validate_parameters)
export(pb_validate_reference)
export(pb_validate_samples)
export(pb_validate_sites)
export(protocol_categories_vocabulary)
export(protocol_id_regex)
export(protocol_options_vocabulary)
export(reference_type_vocabulary)
export(sample_id_regex)
export(sampling_protocols_vocabulary)
export(species_groups_vocabulary)
export(species_names_vocabulary)
export(tissue_types_vocabulary)
export(uncertainty_types_vocabulary)
import(ISOcodes)
import(crsuggest)
importFrom(arrow,read_parquet)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(pointblank,action_levels)
importFrom(pointblank,col_vals_between)
importFrom(pointblank,col_vals_equal)
importFrom(pointblank,col_vals_gte)
importFrom(pointblank,col_vals_in_set)
importFrom(pointblank,col_vals_lte)
importFrom(pointblank,col_vals_not_equal)
importFrom(pointblank,col_vals_not_null)
importFrom(pointblank,col_vals_regex)
importFrom(pointblank,create_agent)
importFrom(pointblank,get_agent_report)
importFrom(pointblank,interrogate)
importFrom(pointblank,rows_distinct)
importFrom(purrr,flatten)
importFrom(purrr,prepend)
importFrom(readr,read_csv)
importFrom(readr,write_excel_csv)
importFrom(stringr,str_c)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_camel)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_sentence)
importFrom(stringr,str_to_snake)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyselect,where)
importFrom(utils,head)
importFrom(zip,zip)