Skip to content

Commit

Permalink
moved to #1407
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Nov 13, 2024
1 parent d9fb47d commit 60b3e1e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/module_data_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ get_filter_overview_wrapper <- function(teal_data) {
datanames,
function(dataname) {
parent <- teal.data::parent(joinkeys, dataname)
# todo: what should we display for a parent dataset?
# - Obs and Subjects
# - Obs only
# - Subjects only
# todo (for later): summary table should be displayed in a way that child datasets
# are indented under their parent dataset to form a tree structure
subject_keys <- if (length(parent) > 0) {
names(joinkeys[dataname, parent])
} else {
Expand Down

0 comments on commit 60b3e1e

Please sign in to comment.