-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
80 lines (79 loc) · 1.95 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
# Generated by roxygen2: do not edit by hand
export("%->%")
export("%->_%")
export("%land%")
export("%land_%")
export(addConstantColumn)
export(buildJoinPlan)
export(dplyr_src_to_db_handle)
export(example_employeeAndDate)
export(executeLeftJoinPlan)
export(expandColumn)
export(gapply)
export(inspectDescrAndJoinPlan)
export(key_inspector_all_cols)
export(key_inspector_postgresql)
export(key_inspector_sqlite)
export(keysAreUnique)
export(makeJoinDiagramSpec)
export(replyr_add_ids)
export(replyr_apply_f_mapped)
export(replyr_arrange)
export(replyr_bind_rows)
export(replyr_check_ranks)
export(replyr_coalesce)
export(replyr_colClasses)
export(replyr_copy_from)
export(replyr_copy_to)
export(replyr_dim)
export(replyr_filter)
export(replyr_get_src)
export(replyr_group_by)
export(replyr_has_table)
export(replyr_hasrows)
export(replyr_inTest)
export(replyr_is_MySQL_data)
export(replyr_is_Spark_data)
export(replyr_is_local_data)
export(replyr_list_tables)
export(replyr_mapRestrictCols)
export(replyr_ncol)
export(replyr_nrow)
export(replyr_quantile)
export(replyr_quantilec)
export(replyr_rename)
export(replyr_reverseMap)
export(replyr_select)
export(replyr_split)
export(replyr_summary)
export(replyr_testCols)
export(replyr_union_all)
export(replyr_uniqueValues)
export(tableDescription)
export(topoSortTables)
importFrom(DBI,dbConnect)
importFrom(dbplyr,db_copy_to)
importFrom(dplyr,arrange)
importFrom(dplyr,as.tbl)
importFrom(dplyr,collect)
importFrom(dplyr,compute)
importFrom(dplyr,funs)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarize)
importFrom(dplyr,tbl)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(wrapr,"%.>%")
importFrom(wrapr,":=")
importFrom(wrapr,let)
importFrom(wrapr,mk_tmp_name_source)