-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
155 lines (154 loc) · 3.94 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Generated by roxygen2: do not edit by hand
S3method(patch,data.frame)
S3method(update,data.frame)
S3method(update,list)
export(bind_inventories)
export(count_distinct)
export(divide_at)
export(ensure_distinct)
export(exact_join)
export(extract_lookup_table)
export(extract_tree)
export(filter_categories)
export(filter_facilities)
export(filter_pollutants)
export(filter_sources)
export(filter_years)
export(fun_join)
export(import_hierarchy)
export(multiply_at)
export(paste_csv)
export(patch)
export(pivot_chart)
export(pivot_table)
export(print_tbl)
export(pull_distinct)
export(pull_first)
export(pull_summary)
export(pull_total)
export(read_csv)
export(read_fst)
export(read_ncdf)
export(read_tbl)
export(read_xls)
export(reverse_lookup)
export(rolling_join)
export(scale_at)
export(select_distinct)
export(select_first)
export(select_last)
export(show_duplicates)
export(sum_across)
export(validate_hierarchy)
export(wildcard_join)
export(with_comment)
export(with_hierarchy)
export(write_csv)
export(write_pivot_table)
export(write_tbl)
export(zip_file)
importFrom(codec,decode)
importFrom(conflicted,conflict_prefer)
importFrom(data.table,data.table)
importFrom(digest,digest)
importFrom(downloader,download)
importFrom(dplyr,across)
importFrom(dplyr,all_equal)
importFrom(dplyr,all_vars)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_at)
importFrom(dplyr,as.tbl)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,coalesce)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,first)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,select_vars)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(dplyr,vars)
importFrom(droptools,my_dropbox)
importFrom(ensurer,ensure)
importFrom(fmatch,fmatch)
importFrom(forcats,fct_inorder)
importFrom(fst,read_fst)
importFrom(funtools,"%not_in%")
importFrom(funtools,all_same)
importFrom(funtools,all_true)
importFrom(funtools,every_nth)
importFrom(funtools,md5)
importFrom(glue,glue)
importFrom(htmlwidgets,saveWidget)
importFrom(lazyeval,expr_text)
importFrom(lazyeval,lazy_dots)
importFrom(lazyeval,lazy_eval)
importFrom(lubridate,is.POSIXt)
importFrom(magrittr,"%>%")
importFrom(packtools,pack_integers)
importFrom(packtools,unpack_list)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,reduce)
importFrom(purrr,safely)
importFrom(readr,parse_integer)
importFrom(readr,read_csv)
importFrom(readxl,read_excel)
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,is_bare_double)
importFrom(rpivotTable,rpivotTable)
importFrom(stats,na.omit)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_trim)
importFrom(strtools,str_and)
importFrom(strtools,str_csv)
importFrom(strtools,str_or)
importFrom(strtools,str_printable)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidync,hyper_tibble)
importFrom(tidync,tidync)
importFrom(tidyr,replace_na)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,vars_select)
importFrom(units,drop_units)
importFrom(unittools,restore_units)
importFrom(utils,View)
importFrom(utils,read.csv)
importFrom(utils,timestamp)
importFrom(utils,write.csv)
importFrom(vartools,drop_vars)
importFrom(vartools,find_id_var)