We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datanames
Related to #333, let's update our vignette to fully explain this new feature.
The following topics must be covered:
teal_data
module(datanames)
names(teal_data)
module(datanames = "all")
module(datanames = "<specific data object>")
transform(datanames = "all")
transform(datanames = "<specific data object>")
set_datanames
transform(datanames)
teal_transform_module
@datanames
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: