Skip to content

Commit 60b3e1e

Browse files
committed
moved to #1407
1 parent d9fb47d commit 60b3e1e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

R/module_data_summary.R

-6
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,6 @@ get_filter_overview_wrapper <- function(teal_data) {
157157
datanames,
158158
function(dataname) {
159159
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
166160
subject_keys <- if (length(parent) > 0) {
167161
names(joinkeys[dataname, parent])
168162
} else {

0 commit comments

Comments
 (0)