-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Description
Summary
Related to insightsengineering/teal#1436.
We need to review all modules to ensure there is a way for users to set datanames in the module. Upon review, we identified two modules that require updates:
tm_missing_datatm_variable_browser
Acceptance Criteria
- Update the design of
tm_missing_dataandtm_variable_browserto allowdatanamesto be set in the module's constructor. - Ensure that every module provides a way to configure
datanames(via argument, data extract spec, or other means) in the module's constructor. - Review and update roxygen note, if necessary