-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 698 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 698 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(db_bin)
export(db_compute_bins)
export(db_compute_boxplot)
export(db_compute_count)
export(db_compute_raster)
export(db_compute_raster2)
export(dbplot_bar)
export(dbplot_histogram)
export(dbplot_line)
export(dbplot_raster)
import(ggplot2)
import(rlang)
importFrom(dplyr,collect)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(purrr,imap)
importFrom(stats,quantile)