-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
91 lines (90 loc) · 2.56 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(bind_databases)
export(build_add_version)
export(build_combine)
export(build_setup_pipeline)
export(check_pivot_duplicates)
export(convert_df_to_list)
export(convert_list_to_df1)
export(convert_list_to_df2)
export(dataset_build)
export(dataset_configure)
export(dataset_find_taxon)
export(dataset_process)
export(dataset_report)
export(dataset_test)
export(dataset_update_taxonomy)
export(flatten_database)
export(get_schema)
export(get_unit_conversions)
export(metadata_add_contexts)
export(metadata_add_locations)
export(metadata_add_source_bibtex)
export(metadata_add_source_doi)
export(metadata_add_substitution)
export(metadata_add_substitutions_list)
export(metadata_add_substitutions_table)
export(metadata_add_taxonomic_change)
export(metadata_add_taxonomic_changes_list)
export(metadata_add_traits)
export(metadata_check_custom_R_code)
export(metadata_create_template)
export(metadata_exclude_observations)
export(metadata_find_taxonomic_change)
export(metadata_remove_taxonomic_change)
export(metadata_update_taxonomic_change)
export(read_csv_char)
export(read_metadata)
export(util_df_to_list)
export(util_extract_list_element)
export(util_get_SHA)
export(util_get_version)
export(util_kable_styling_html)
export(util_list_to_df1)
export(util_list_to_df2)
export(write_metadata)
export(write_plaintext)
importFrom(austraits,bind_databases)
importFrom(austraits,convert_df_to_list)
importFrom(austraits,convert_list_to_df1)
importFrom(austraits,convert_list_to_df2)
importFrom(austraits,flatten_database)
importFrom(crayon,"%+%")
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(lifecycle,deprecated)
importFrom(lubridate,dmy)
importFrom(magrittr,"%>%")
importFrom(purrr,map_chr)
importFrom(purrr,reduce)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(stats,na.omit)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_squish)
importFrom(styler,style_text)
importFrom(testthat,context)
importFrom(testthat,expect_silent)
importFrom(testthat,local_edition)
importFrom(testthat,test_that)
importFrom(tidyr,spread)
importFrom(utils,menu)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)