forked from nhs-r-community/NHSRplotthedots
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 711 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 711 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
# Generated by roxygen2: do not edit by hand
S3method(plot,ptd_spc_df)
S3method(print,ptd_spc_df)
S3method(print,ptd_spc_options)
S3method(ptd_spc,SharedData)
S3method(ptd_spc,data.frame)
S3method(summary,ptd_spc_df)
export(GeomPTDIcon)
export(geom_ptd_icon)
export(ptd_create_ggplot)
export(ptd_create_plotly)
export(ptd_rebase)
export(ptd_spc)
export(ptd_spc_colours)
export(ptd_target)
import(rlang)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,if_all)
importFrom(dplyr,if_any)
importFrom(dplyr,pick)
importFrom(ggplot2,aes)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)