-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 810 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 810 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
# Generated by roxygen2: do not edit by hand
S3method(summary,aftable)
S3method(tbl_sum,aftable)
export(as_aftable)
export(at_template_aftable)
export(at_template_workflow)
export(create_aftable)
export(create_config_yaml)
export(generate_workbook)
export(is_aftable)
import(openxlsx2)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(pillar,tbl_sum)
importFrom(purrr,compact)
importFrom(purrr,list_modify)
importFrom(purrr,map_depth)
importFrom(purrr,pluck)
importFrom(purrr,pluck_exists)
importFrom(purrr,pwalk)
importFrom(rlang,'%||%')
importFrom(rlang,.data)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tibble,tibble)
importFrom(tidyselect,where)