You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are aiming to make tdata the universal data object in the teal framework. This issue is to update the teal.data package so that the data coming out of it for teal::init is of type tdata
The class definition of tdata should be moved out of teal and into here
TealData$pull() should output a tdata object
For non DDL data a tdata object should be created from the datasets
Probably we need to store CodeClass in tdata as we need a way to subset code for selected datasets. code could be an expression only if we decide to not subset the code or if we figure out this
Should be done with insightsengineering/teal#783
We are aiming to make tdata the universal data object in the teal framework. This issue is to update the
teal.data
package so that the data coming out of it forteal::init
is of typetdata
tdata
objectIn the future insightsengineering/teal#937 along with insightsengineering/teal#764 (comment) will simplify the teal.data api and push the use of tdata further into teal.data but that is not this issue
The text was updated successfully, but these errors were encountered: