We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7462a9 commit ed11cb1Copy full SHA for ed11cb1
R/data_extract_module.R
@@ -764,6 +764,7 @@ data_extract_multiple_srv.list <- function(data_extract,
764
)
765
766
data_extract <- Filter(Negate(is.null), data_extract)
767
+ data_extract <- resolve_delayed_datasets(data_extract, names(datasets))
768
769
if (is.function(select_validation_rule)) {
770
select_validation_rule <- sapply(
0 commit comments