-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(bar_chart)
export(bubble_chart)
export(calendarAuto)
export(card_kpi_line)
export(correlate)
export(dateAdd)
export(dateDiff)
export(dateName)
export(dateParse)
export(datePart)
export(dateTrunc)
export(day)
export(dayOfMonth)
export(dayOfWeek)
export(dayOfYear)
export(descriptiveStats)
export(exploreCategory)
export(exploreData)
export(exploreNumeric)
export(exploreOutliers)
export(isDate)
export(isWorkingDay)
export(line_chart)
export(makeDate)
export(makeDateTime)
export(month)
export(now)
export(plotBar)
export(plotBoxplot)
export(plotCorrelate)
export(plotDensity)
export(plotHistogram)
export(plotMissing)
export(plotNormality)
export(plotScatter)
export(plotViolin)
export(plotly_dark)
export(plotly_white)
export(quarter)
export(raincloud_plot)
export(scatter_chart)
export(semester)
export(today)
export(week)
export(year)
export(yoy_barchart)
export(yoy_barchart0)
export(yoy_category)
export(yoy_chart)
importFrom(magrittr,"%>%")
importFrom(readr,read_csv)
importFrom(rlang,":=")
importFrom(stats,cor)