forked from cmu-delphi/epiprocess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
84 lines (83 loc) · 1.96 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
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
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
S3method(arrange,epi_df)
S3method(as_epi_df,data.frame)
S3method(as_epi_df,epi_df)
S3method(as_epi_df,tbl_df)
S3method(as_epi_df,tbl_ts)
S3method(as_tsibble,epi_df)
S3method(filter,epi_df)
S3method(group_by,epi_df)
S3method(group_modify,epi_df)
S3method(head,epi_df)
S3method(mutate,epi_df)
S3method(print,epi_df)
S3method(relocate,epi_df)
S3method(rename,epi_df)
S3method(slice,epi_df)
S3method(summary,epi_df)
S3method(tail,epi_df)
S3method(ungroup,epi_df)
S3method(unnest,epi_df)
export("%>%")
export(arrange)
export(as_epi_archive)
export(as_epi_df)
export(as_tsibble)
export(detect_outlr)
export(detect_outlr_rm)
export(detect_outlr_stl)
export(epi_archive)
export(epi_cor)
export(epi_slide)
export(epix_as_of)
export(epix_merge)
export(epix_slide)
export(filter)
export(group_by)
export(group_modify)
export(growth_rate)
export(is_epi_archive)
export(is_epi_df)
export(mutate)
export(relocate)
export(rename)
export(slice)
export(ungroup)
export(unnest)
importFrom(R6,R6Class)
importFrom(data.table,as.data.table)
importFrom(data.table,between)
importFrom(data.table,key)
importFrom(data.table,merge.data.table)
importFrom(data.table,nafill)
importFrom(data.table,setkeyv)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,ungroup)
importFrom(lubridate,days)
importFrom(lubridate,weeks)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,is_quosure)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(tidyr,unnest)
importFrom(tidyselect,eval_select)
importFrom(tidyselect,starts_with)
importFrom(tsibble,as_tsibble)
importFrom(utils,head)
importFrom(utils,tail)