-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(BinCat)
export(BinLwr)
export(Binary)
export(Point)
export(PointCat)
export(Sample)
export(SampleCat)
export(aedes_expected)
export(as.predx_df)
export(check_conversion_errors)
export(export_aedes_csv)
export(export_csv)
export(export_flusight_csv)
export(export_json)
export(flusight_hospitalization_expected)
export(flusight_ilinet_expected)
export(flusight_state_ilinet_expected)
export(get_cats)
export(import_aedes_csv)
export(import_csv)
export(import_flusight_csv)
export(import_json)
export(is.BinCat)
export(is.BinLwr)
export(is.Binary)
export(is.Point)
export(is.PointCat)
export(is.Sample)
export(is.SampleCat)
export(is.predx)
export(is.predx_df)
export(to_flusight_pkg_format)
export(to_predx)
export(transform_predx)
export(validate_predx_df)
export(verify_expected)
exportClasses(BinCat)
exportClasses(BinLwr)
exportClasses(Binary)
exportClasses(Point)
exportClasses(PointCat)
exportClasses(Sample)
exportClasses(SampleCat)
exportMethods(as.data.frame)
exportMethods(predx_to_json)
exportMethods(transform_predx)
importFrom(magrittr,'%>%')