-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
39 lines (38 loc) · 907 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(clean_names)
export(preprocess_col)
export(preprocess_fb)
export(preprocess_gbif)
export(preprocess_itis)
export(preprocess_iucn)
export(preprocess_ott)
export(preprocess_slb)
export(preprocess_tpl)
import(DBI)
import(RSQLite)
import(arkdb)
import(dplyr)
import(forcats)
import(fs)
import(purrr)
import(readr)
import(stringi)
import(stringr)
import(tibble)
importFrom(methods,className)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,quo)
importFrom(stats,family)
importFrom(stats,setNames)
importFrom(stringi,stri_extract_all_words)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_trans_general)
importFrom(stringi,stri_trim)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(utils,download.file)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(vroom,vroom)