-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.11 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
# Generated by roxygen2: do not edit by hand
S3method(get_stats,Date)
S3method(get_stats,POSIXct)
S3method(get_stats,default)
S3method(get_stats,numeric)
export("%# %")
export("%#%")
export("%#_%")
export("%>%")
export(abridge_df)
export(are_paired)
export(assert)
export(attr)
export(bar_just)
export(bar_just_facet)
export(blogdown_stop_server)
export(break_methods)
export(clipboard_readfrom)
export(clipboard_writeto)
export(denstogram)
export(discretize)
export(duckdb_explain_hook)
export(ecdfgram)
export(ellipt_colnames)
export(file_glimpse)
export(file_head)
export(file_tail)
export(filter_duplicates)
export(filter_duplicates_dplyr)
export(first_non_null)
export(get_breaks)
export(guess_types)
export(is_invalid_number)
export(is_unique)
export(label_breaks_cut)
export(label_breaks_interval)
export(label_breaks_value)
export(memory_use)
export(modemfv)
export(modemfv_vctrs)
export(normalize_text)
export(open_file)
export(parse_annotations)
export(parse_single_annotation)
export(pg_copy_data)
export(pg_copy_file)
export(pg_create_foreign_table)
export(pg_create_table)
export(pg_exists_table)
export(pg_kill_query)
export(pg_running_queries)
export(pg_total_relation_size)
export(phased_left_join)
export(summarize_df)
export(summarize_obj)
export(tab)
export(time_chunk)
export(timestamp_it)
importFrom(data.table,`:=`)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_axis)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_bw)
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")