-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 912 Bytes
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 912 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
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
S3method(all.equal,transformation)
S3method(debug,default)
S3method(debug,mungebit)
S3method(debug,mungepiece)
S3method(debug,transformation)
S3method(print,column_transformation)
S3method(print,multi_column_transformation)
S3method(print,mungebit)
S3method(print,mungepiece)
S3method(undebug,default)
S3method(undebug,mungebit)
S3method(undebug,mungepiece)
S3method(undebug,transformation)
export(column_transformation)
export(debug)
export(except)
export(is.legacy_mungebit)
export(is.legacy_mungebit_function)
export(is.legacy_mungepiece)
export(is.mungebit)
export(is.mungepiece)
export(is.transformation)
export(list_merge)
export(multi_column_transformation)
export(munge)
export(mungebit)
export(mungepiece)
export(parse_mungepiece)
export(standard_column_format)
export(undebug)
import(R6)
import(crayon)
import(lazyeval)
import(stagerunner)
import(whisker)