-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
47 lines (43 loc) · 884 Bytes
/
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
#imports
importFrom(utils, head)
importFrom(utils, tail)
importFrom(stats, reshape)
import(lubridate)
importFrom(R.utils, bunzip2)
importFrom(data.table, rbindlist)
#exports
##download
export(decodeTCDtoCSV)
export(downloadMIDAScsv)
#midas
export(createMIDAS)
export(readMIDAS)
#methods
export(datetimeMIDAS)
export(reduceMIDAS)
export(rbindMIDAS)
export(replaceZeroNaMIDAS)
#export(replaceZeroMinSpdMIDAS)
export(macroMIDAS)
export(coordinatesMIDAS)
export(addDescMIDAS)
export(routeMIDAS)
export(cutTimeMIDAS)
export(calcMinAvgSpdMIDAS)
export(laneNrMIDAS)
export(wideMacroMIDAS)
#generics
export(nrow)
export(ncol)
#s3 methods
S3method(as.data.frame, midas)
S3method(names, midas)
S3method(print, midas)
S3method(summary, midas)
S3method(head, midas)
S3method(tail, midas)
S3method(nrow, default)
S3method(nrow, midas)
S3method(ncol, default)
S3method(ncol, midas)
#add [ and $