Feature description
IMO when module_specific = TRUE, when two identical slices (not identical(ts), but identical(as.list(<ts>))) then only first one should be used as a "common filter". Ask @gogonzo for more context
c(
teal::teal_slices(
teal.slice::teal_slice("ADSL", varname = "AGE", id = "ADSL_AGE"),
module_specific = TRUE,
mapping = list(
`mod1` = "ADSL_AGE"
)
),
teal::teal_slices(
teal.slice::teal_slice("ADSL", varname = "AGE", id = "ADSL_AGE"),
module_specific = TRUE,
mapping = list(
`mod2` = "ADSL_AGE"
)
)
)
# Error in teal.slice::teal_slices(..., exclude_varnames = exclude_varnames, :
# Some teal_slice objects have the same id:
# ADSL_AGE
Code of Conduct
Contribution Guidelines
Security Policy
Feature description
IMO when
module_specific = TRUE, when two identical slices (notidentical(ts), butidentical(as.list(<ts>))) then only first one should be used as a "common filter". Ask @gogonzo for more contextCode of Conduct
Contribution Guidelines
Security Policy