-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,compare_eucast)
S3method(print,compare_eucast)
export(compare_disk_with_eucast)
export(compare_mic_with_eucast)
export(eucast_supported_ab_distributions)
export(get_eucast_amr_distribution)
export(get_eucast_disk_distribution)
export(get_eucast_mic_distribution)
export(gtdb.mo)
export(import_gtdb)
export(plot_estimates)
importFrom(AMR,ab_atc)
importFrom(AMR,ab_name)
importFrom(AMR,as.ab)
importFrom(AMR,as.disk)
importFrom(AMR,as.mic)
importFrom(AMR,as.mo)
importFrom(AMR,is.disk)
importFrom(AMR,is.mic)
importFrom(AMR,mo_name)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,filter)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(rvest,html_attrs)
importFrom(rvest,html_children)
importFrom(rvest,html_element)
importFrom(rvest,html_table)
importFrom(rvest,html_text2)
importFrom(rvest,read_html)
importFrom(tidyr,pivot_longer)