We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fb47d commit 60b3e1eCopy full SHA for 60b3e1e
R/module_data_summary.R
@@ -157,12 +157,6 @@ get_filter_overview_wrapper <- function(teal_data) {
157
datanames,
158
function(dataname) {
159
parent <- teal.data::parent(joinkeys, dataname)
160
- # todo: what should we display for a parent dataset?
161
- # - Obs and Subjects
162
- # - Obs only
163
- # - Subjects only
164
- # todo (for later): summary table should be displayed in a way that child datasets
165
- # are indented under their parent dataset to form a tree structure
166
subject_keys <- if (length(parent) > 0) {
167
names(joinkeys[dataname, parent])
168
} else {
0 commit comments