-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 893 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
# Generated by roxygen2: do not edit by hand
S3method(add_mapping,default)
S3method(add_mapping,unhomogenized_panel)
S3method(add_wave,default)
S3method(add_wave,homogenized_panel)
S3method(add_wave,unhomogenized_panel)
S3method(add_waves,default)
S3method(amend_wave,unhomogenized_panel)
S3method(as.data.frame,homogenized_panel)
S3method(issues,tk_panel)
S3method(print,homogenized_panel)
S3method(print,tk_issues)
S3method(print,unhomogenized_panel)
S3method(rbind,unhomogenized_panel)
S3method(wave,unhomogenized_panel)
export(add_mapping)
export(add_wave)
export(add_waves)
export(amend_wave)
export(bind_waves)
export(default_panel_mapping_schema)
export(enpanel)
export(homogenize_panel)
export(issues)
export(panel_mapping)
export(wave)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,warn)