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
I propose that we include the names subsection at the bottom over there and mention about how the names are managed with something that starts like this:
names
The names property stores the character vector listing objects of a teal_data object which are of interest to teal modules.
By default, all the objects in the teal_data environment that do not start with a . are considered of interest.
Finally, I'll point out that the active discussion and modification around the set_datanames is blocking this issue for now. It would be best if we can conclude those discussions and proceed with this one.
Summary
Related to #333, let's update our vignette to fully explain this new feature.
Acceptance Criteria
The following topics must be covered:
teal_data
objectteal_data
module(datanames)
relates tonames(teal_data)
module(datanames = "all")
vsmodule(datanames = "<specific data object>")
transform(datanames = "all")
vstransform(datanames = "<specific data object>")
set_datanames
module(datanames)
andtransform(datanames)
Can use this table as an example: datanames slot in
teal_transform_module
(ignore@datanames
) teal#1334 (comment)The text was updated successfully, but these errors were encountered: