forked from insightsengineering/teal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.42 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(c,teal_slices)
S3method(format,teal_module)
S3method(format,teal_modules)
S3method(join_keys,tdata)
S3method(print,teal_module)
S3method(print,teal_modules)
S3method(srv_teal_module,default)
S3method(srv_teal_module,teal_module)
S3method(srv_teal_module,teal_modules)
S3method(ui_teal_module,default)
S3method(ui_teal_module,teal_module)
S3method(ui_teal_module,teal_modules)
S3method(within,teal_data_module)
export(TealReportCard)
export(as.teal_slices)
export(as_tdata)
export(build_app_title)
export(example_module)
export(get_code_tdata)
export(get_metadata)
export(init)
export(landing_popup_module)
export(module)
export(modules)
export(new_tdata)
export(report_card_template)
export(reporter_previewer_module)
export(set_datanames)
export(show_rcode_modal)
export(srv_teal)
export(srv_teal_with_splash)
export(tdata2env)
export(teal_data_module)
export(teal_slices)
export(teal_transform_module)
export(ui_teal)
export(ui_teal_with_splash)
export(validate_has_data)
export(validate_has_elements)
export(validate_has_variable)
export(validate_in)
export(validate_inputs)
export(validate_n_levels)
export(validate_no_intersection)
export(validate_one_row_per_id)
import(shiny)
import(teal.data)
import(teal.slice)
importFrom(methods,new)
importFrom(methods,setMethod)
importFrom(shiny,reactiveVal)
importFrom(shiny,reactiveValues)
importFrom(stats,setNames)
importMethodsFrom(teal.code,eval_code)