-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
export(chomp_aggs)
export(chomp_hits)
export(es_search)
export(get_counts)
export(get_fields)
export(parse_date_time)
export(unpack_nested_data)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,uniqueN)
importFrom(futile.logger,flog.fatal)
importFrom(futile.logger,flog.info)
importFrom(futile.logger,flog.warn)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(parallel,clusterMap)
importFrom(parallel,detectCores)
importFrom(parallel,makeForkCluster)
importFrom(parallel,makePSOCKcluster)
importFrom(parallel,stopCluster)
importFrom(purrr,map2)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,simplify)
importFrom(purrr,transpose)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split_fixed)
importFrom(utils,read.table)
importFrom(uuid,UUIDgenerate)