Closed nmercadeb closed 3 months ago
Should this work? At the moment it doesn't
output <- list(NULL, omopgenerics::emptySummarisedResult()) omopgenerics::bind(output)
x <- list(omopgenerics::emptySummarisedResult(), NULL) x <- x[[!is.null(x)]] list(x) |> omopgenerics::bind()
Should this work? At the moment it doesn't