-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(print,schedule)
export(after)
export(also_occur)
export(before)
export(dont_occur)
export(happen)
export(in_between)
export(in_epiweek)
export(in_epiyear)
export(in_every)
export(in_every_nth)
export(in_every_second)
export(in_isoweek)
export(in_isoyear)
export(in_month)
export(in_quarter)
export(in_semester)
export(in_week)
export(in_year)
export(on_date)
export(on_easter_monday)
export(on_easter_saturday)
export(on_easter_sunday)
export(on_easter_weekend)
export(on_every)
export(on_every_nth)
export(on_every_second)
export(on_first)
export(on_fourth)
export(on_good_friday)
export(on_last)
export(on_mday)
export(on_nth)
export(on_or_after)
export(on_or_before)
export(on_qday)
export(on_second)
export(on_third)
export(on_wday)
export(on_weekday)
export(on_weekend)
export(on_yday)
export(only_occur)
export(roll_backward)
export(roll_by)
export(roll_forward)
export(schedule)
export(schedule_days)
export(schedule_hours)
export(schedule_next_days)
import(readr)
importFrom(magrittr,"%>%")