-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
74 lines (73 loc) · 1.54 KB
/
NAMESPACE
File metadata and controls
74 lines (73 loc) · 1.54 KB
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
# Generated by roxygen2: do not edit by hand
S3method("[",DTSg)
S3method(aggregate,DTSg)
S3method(alter,DTSg)
S3method(byYQ____,POSIXct)
S3method(byY_____,POSIXct)
S3method(byYm____,POSIXct)
S3method(byYmdHMS,POSIXct)
S3method(byYmdHM_,POSIXct)
S3method(byYmdH__,POSIXct)
S3method(byYmd___,POSIXct)
S3method(by_Q____,POSIXct)
S3method(by___H__,POSIXct)
S3method(by____M_,POSIXct)
S3method(by_____S,POSIXct)
S3method(by______,POSIXct)
S3method(by_m____,POSIXct)
S3method(clone,DTSg)
S3method(colapply,DTSg)
S3method(cols,DTSg)
S3method(getCol,DTSg)
S3method(interpolateLinear,numeric)
S3method(merge,DTSg)
S3method(nas,DTSg)
S3method(plot,DTSg)
S3method(print,DTSg)
S3method(refresh,DTSg)
S3method(rollapply,DTSg)
S3method(rollback,POSIXct)
S3method(rowaggregate,DTSg)
S3method(rowbind,DTSg)
S3method(setColNames,DTSg)
S3method(setCols,DTSg)
S3method(subset,DTSg)
S3method(summary,DTSg)
S3method(values,DTSg)
export(DTSg)
export(S3WrapperGenerator)
export(alter)
export(byYQ____)
export(byY_____)
export(byYm____)
export(byYmdHMS)
export(byYmdHM_)
export(byYmdH__)
export(byYmd___)
export(by_Q____)
export(by___H__)
export(by____M_)
export(by_____S)
export(by______)
export(by_m____)
export(clone)
export(colapply)
export(cols)
export(getCol)
export(interpolateLinear)
export(nas)
export(refresh)
export(rollapply)
export(rollback)
export(rowaggregate)
export(rowbind)
export(setColNames)
export(setCols)
export(values)
import(R6)
import(checkmate)
import(data.table)
import(timechange)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(stats,aggregate)