-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
89 lines (88 loc) · 2.24 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
# Generated by roxygen2: do not edit by hand
export(as_points)
export(cluster_locs)
export(connect_watina)
export(dbDisconnect)
export(eval_chem)
export(eval_xg3_avail)
export(eval_xg3_series)
export(extract_xg3_series)
export(get_chem)
export(get_locs)
export(get_xg3)
export(selectlocs_chem)
export(selectlocs_xg3)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_args)
importFrom(assertthat,has_name)
importFrom(assertthat,is.date)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(dplyr,"%>%")
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,collect)
importFrom(dplyr,contains)
importFrom(dplyr,copy_to)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,sql)
importFrom(dplyr,summarise)
importFrom(dplyr,tbl)
importFrom(dplyr,tibble)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(inbodb,connect_inbo_dbase)
importFrom(inbodb,dbDisconnect)
importFrom(lubridate,as_date)
importFrom(lubridate,day)
importFrom(lubridate,dmy)
importFrom(lubridate,month)
importFrom(lubridate,now)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,flatten)
importFrom(rlang,quo_get_expr)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,ecdf)
importFrom(stats,hclust)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(tidyr,complete)
importFrom(tidyr,full_seq)
importFrom(tidyr,gather)
importFrom(tidyr,nesting)
importFrom(tidyr,spread)
importFrom(utils,capture.output)