-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
44 lines (43 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
S3method(print,chronicle)
export("%>=%")
export(as_chronicle)
export(bind_record)
export(check_diff)
export(check_g)
export(flatten_record)
export(fmap_record)
export(is_chronicle)
export(pick)
export(purely)
export(read_log)
export(record)
export(record_ggplot)
export(record_many)
importFrom(clipr,write_clip)
importFrom(diffobj,diffObj)
importFrom(diffobj,summary)
importFrom(dplyr,bind_rows)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(ggplot2,ggplot_build)
importFrom(maybe,fmap)
importFrom(maybe,from_maybe)
importFrom(maybe,is_nothing)
importFrom(maybe,just)
importFrom(maybe,nothing)
importFrom(rlang,call2)
importFrom(rlang,call_match)
importFrom(rlang,cnd_message)
importFrom(rlang,enexprs)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,quo_get_env)
importFrom(rlang,quo_get_expr)
importFrom(rlang,try_fetch)
importFrom(stringr,str_remove_all)
importFrom(tibble,tibble)
importFrom(utils,data)
importFrom(utils,tail)