-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
52 lines (51 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export(arrange_double_nested)
export(arrange_nested)
export(enrich_timestamp)
export(extract_location)
export(filter_nested)
export(filter_verbose)
export(identify_location)
export(mutate_double_nested)
export(mutate_nested)
export(mutate_verbose)
export(nest_nested)
export(nest_verbose)
export(prop_factor_nested)
export(remove_top_users)
export(score_nested)
export(score_summary)
export(spread_nested)
export(summarise_double_nested)
export(summarise_nested)
export(top_n_nested)
export(unnest_double_nested)
export(unnest_nested)
export(unnest_verbose)
export(validate_dataset)
importFrom(chron,times)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,n_distinct)
importFrom(dplyr,progress_estimated)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(emo,ji)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,month)
importFrom(lubridate,second)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(plyr,empty)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(rlang,has_name)
importFrom(rlang,sym)
importFrom(tictoc,tic)
importFrom(tictoc,toc)