-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNAMESPACE
More file actions
56 lines (55 loc) · 1.43 KB
/
NAMESPACE
File metadata and controls
56 lines (55 loc) · 1.43 KB
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("[",teal_card)
S3method("[",teal_report)
S3method("[[<-",teal_card)
S3method("metadata<-",ReportCard)
S3method("metadata<-",teal_card)
S3method(c,teal_card)
S3method(c,teal_report)
S3method(format,code_chunk)
S3method(length,ReportCard)
S3method(metadata,ReportCard)
S3method(metadata,teal_card)
S3method(print,rmd_yaml_header)
S3method(srv_editor_block,default)
S3method(teal_card,default)
S3method(teal_card,qenv)
S3method(teal_card,teal_card)
S3method(teal_card,teal_report)
S3method(toHTML,default)
S3method(to_rmd,default)
S3method(ui_editor_block,default)
export("metadata<-")
export("teal_card<-")
export(ReportCard)
export(Reporter)
export(add_card_button_srv)
export(add_card_button_ui)
export(as.teal_card)
export(as.teal_report)
export(as_yaml_auto)
export(code_chunk)
export(download_report_button_srv)
export(download_report_button_ui)
export(metadata)
export(preview_report_button_srv)
export(preview_report_button_ui)
export(render)
export(report_load_srv)
export(report_load_ui)
export(reporter_previewer_srv)
export(reporter_previewer_ui)
export(reset_report_button_srv)
export(reset_report_button_ui)
export(rmd_output_arguments)
export(rmd_outputs)
export(simple_reporter_srv)
export(simple_reporter_ui)
export(srv_editor_block)
export(teal_card)
export(teal_report)
export(to_rmd)
export(ui_editor_block)
importFrom(teal.code,eval_code)
importFrom(teal.data,teal_data)
importFrom(tools,toHTML)