-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 900 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 900 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_chron)
export(add_label_image)
export(add_label_text)
export(arrange_regions)
export(convert_to_chron)
export(corr_xmax)
export(geom_chronochRt)
export(geom_chronochRtImage)
export(import_chron)
export(import_chron_csv)
export(import_chron_delim)
export(import_chron_excel)
export(plot_chronochrt)
export(theme_chronochrt)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(magick,image_read)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)