-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
60 lines (59 loc) · 1.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
S3method(knit_print,DescrList)
S3method(knit_print,DescrPrint)
S3method(print,DescrList)
S3method(print,DescrPrint)
export(codegen_load_all_sas_data)
export(descr)
export(extract_labels)
export(farrington.manning)
export(guess_ID_variable)
export(lapply_descr)
export(list_freetext_markdown)
export(parse_formats)
export(print_test_names)
export(read_redcap_formatted)
export(read_sas_formatted)
export(sig_test)
export(split_redcap_dataset)
export(unlabel)
import(dplyr)
import(forcats)
import(rlang)
import(scales)
import(stringr)
import(tibble)
importFrom(Hmisc,"label<-")
importFrom(Hmisc,label)
importFrom(flextable,add_header)
importFrom(flextable,align)
importFrom(flextable,autofit)
importFrom(flextable,bold)
importFrom(flextable,border_inner)
importFrom(flextable,flextable)
importFrom(flextable,flextable_to_rmd)
importFrom(flextable,padding)
importFrom(haven,read_sas)
importFrom(kableExtra,add_header_above)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,kable_styling)
importFrom(kableExtra,kbl)
importFrom(kableExtra,usepackage_latex)
importFrom(knitr,asis_output)
importFrom(knitr,fig_path)
importFrom(knitr,knit_print)
importFrom(knitr,opts_current)
importFrom(knitr,opts_knit)
importFrom(magrittr,`%<>%`)
importFrom(magrittr,`%>%`)
importFrom(officer,fp_border)
importFrom(rmarkdown,pandoc_version)
importFrom(scales,label_percent)
importFrom(stats,pnorm)
importFrom(stats,uniroot)
importFrom(stringr,str_detect)
importFrom(stringr,str_to_lower)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)