forked from insightsengineering/teal.slice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.7 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
# Generated by roxygen2: do not edit by hand
S3method(get_supported_filter_varnames,FilteredDataset)
S3method(get_supported_filter_varnames,MAEFilteredDataset)
S3method(get_supported_filter_varnames,default)
S3method(get_supported_filter_varnames,matrix)
S3method(init_filter_state,Date)
S3method(init_filter_state,POSIXct)
S3method(init_filter_state,POSIXlt)
S3method(init_filter_state,character)
S3method(init_filter_state,default)
S3method(init_filter_state,factor)
S3method(init_filter_state,logical)
S3method(init_filter_state,numeric)
S3method(init_filter_states,MultiAssayExperiment)
S3method(init_filter_states,SummarizedExperiment)
S3method(init_filter_states,data.frame)
S3method(init_filter_states,matrix)
S3method(init_filtered_data,TealData)
S3method(init_filtered_data,default)
S3method(init_filtered_dataset,MultiAssayExperiment)
S3method(init_filtered_dataset,data.frame)
S3method(resolve_state,default)
S3method(resolve_state,default_filter)
S3method(resolve_state,list)
S3method(variable_types,DFrame)
S3method(variable_types,DataTable)
S3method(variable_types,data.frame)
S3method(variable_types,default)
S3method(variable_types,matrix)
export(FilterPanelAPI)
export(clear_filter_states)
export(get_filter_expr)
export(get_filter_state)
export(init_filter_states)
export(init_filtered_data)
export(init_filtered_dataset)
export(remove_filter_state)
export(set_filter_state)
import(R6)
import(shiny)
importFrom(dplyr,filter)
importFrom(ggplot2,ggplot)
importFrom(grDevices,rgb)
importFrom(lifecycle,badge)
importFrom(logger,log_trace)
importFrom(methods,is)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinyjs,hide)
importFrom(stats,setNames)
importFrom(teal.data,dataset)
importFrom(teal.widgets,optionalSelectInput)