R/helpers.R
picks_datanames.Rd
Helper to decide which datanames are needed for a teal module from the user input.
picks_datanames(...)
One or more picks object.
The names of the datasets used
picks_datanames( picks( datasets("ADSL", "ADSL"), variables("SEX") ), picks(datasets("ADTTE", "ADTTE")) ) #> [1] "ADSL" "ADTTE"