-
-
Notifications
You must be signed in to change notification settings - Fork 51
Description
We should review the teal and teal.data vignettes and fix them so that there is a coherent set of linked vignettes introducing the data argument of teal::init for new users of the framework the links are here at the moment.
We could move all the vignettes into teal.data and from teal have a link to teal.data for people wanting to learn about the data argument in teal.init. Or we could leave the vignettes needed for teal::init in teal (reference them from teal.data) and then have only the more advanced vignettes in teal.data itself
Note also there is work to make the teal and its vignettes work with data instead of datasets here but that should not interfere with this issue
We should also fix the formatting and outputs - see the pkgdown website for example:
- Review each of
tealvignettes and move the technical details toteal.dataand keep only examples inteal: - processing data --> moved to
teal - Input general data in a teal application --> no change
- Input ADaM data in a teal application --> details on join_keys removed
- Input MAE data in a teal application --> no change
- Join keys --> moved to teal
- Creating custom modules --> no change
- Adding support for reporting to custom modules --> no change
- Modifying a teal application with R options --> no change
Additional issues:


