-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
S3method(print,plot_spec)
S3method(print,report_spec)
S3method(print,style_spec)
S3method(print,table_spec)
S3method(print,text_spec)
S3method(render,default)
S3method(render,pdf_array)
S3method(render,pdf_dictionary)
S3method(render,pdf_document)
S3method(render,pdf_image_stream)
S3method(render,pdf_info)
S3method(render,pdf_object)
S3method(render,pdf_text_stream)
export(add_content)
export(add_style)
export(cell_style)
export(column_defaults)
export(create_plot)
export(create_report)
export(create_style)
export(create_table)
export(create_text)
export(define)
export(footnotes)
export(ftn)
export(get_theme)
export(lowcase_n)
export(lowcase_parens)
export(options_fixed)
export(page_by)
export(page_footer)
export(page_header)
export(set_margins)
export(span)
export(spanning_header)
export(stub)
export(title_header)
export(titles)
export(ttl)
export(upcase_n)
export(upcase_parens)
export(write_registration_file)
export(write_report)
import(common)
import(crayon)
import(fmtr)
import(glue)
import(grDevices)
import(graphics)
import(jpeg)
import(stats)
import(stringi)
import(withr)
import(zip)