forked from dbosak01/reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 675 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 675 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
# Generated by roxygen2: do not edit by hand
S3method(print,plot_spec)
S3method(print,report_spec)
S3method(print,table_spec)
S3method(print,text_spec)
export(add_content)
export(column_defaults)
export(create_plot)
export(create_report)
export(create_table)
export(create_text)
export(define)
export(footnotes)
export(lowcase_n)
export(lowcase_parens)
export(options_fixed)
export(page_by)
export(page_footer)
export(page_header)
export(set_margins)
export(spanning_header)
export(stub)
export(title_header)
export(titles)
export(upcase_n)
export(upcase_parens)
export(write_registration_file)
export(write_report)
import(crayon)
import(fmtr)
import(stats)
import(stringi)