-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 901 Bytes
/
Copy pathNAMESPACE
File metadata and controls
35 lines (34 loc) · 901 Bytes
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
# Generated by roxygen2: do not edit by hand
export(SCD2)
export(SSCD2)
export(dropEmpty)
export(enrich)
export(removeReplicatedColumns)
import(distilleR)
import(eppoFindeR)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_names)
importFrom(checkmate,assert_string)
importFrom(checkmate,assert_vector)
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,any_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,na_if)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,where)
importFrom(glue,glue)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stringr,regex)
importFrom(stringr,str_replace_all)
importFrom(tidyr,unite)