-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
S3method("[",monthly)
S3method("[",quarterly)
S3method(as.Date,monthly)
S3method(as.Date,quarterly)
S3method(as.POSIXct,monthly)
S3method(as.POSIXct,quarterly)
S3method(as.POSIXlt,monthly)
S3method(as.POSIXlt,quarterly)
S3method(as.character,monthly)
S3method(as.character,quarterly)
S3method(as.data.frame,monthly)
S3method(as.data.frame,quarterly)
S3method(as.list,monthly)
S3method(as.list,quarterly)
S3method(as.monthly,POSIXlt)
S3method(as.monthly,default)
S3method(as.monthly,numeric)
S3method(as.quarterly,POSIXlt)
S3method(as.quarterly,default)
S3method(as.quarterly,numeric)
S3method(c,monthly)
S3method(c,quarterly)
S3method(cut,monthly)
S3method(cut,quarterly)
S3method(format,monthly)
S3method(format,quarterly)
S3method(mean,monthly)
S3method(mean,quarterly)
S3method(print,monthly)
S3method(print,quarterly)
S3method(rep,monthly)
S3method(rep,quarterly)
S3method(seq,monthly)
S3method(seq,quarterly)
S3method(split,monthly)
S3method(split,quarterly)
S3method(unique,monthly)
S3method(unique,quarterly)
export(as.monthly)
export(as.quarterly)
export(fill_gap)
export(is.monthly)
export(is.panel)
export(is.quarterly)
export(join)
export(n_narm)
export(pctile)
export(stat_binmean)
export(sum_up)
export(tab)
export(tempname)
export(tlag)
export(tlead)
export(winsorise)
export(winsorize)
export(xtile)
import(ggplot2)
importFrom(data.table,":=")
importFrom(dplyr,"%>%")
importFrom(methods,is)