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
new_teal_data
Acceptance criteria: Constructor method should have variants for a signature data = "list" and data = "environment".
data = "list"
data = "environment"
Constructor should work with following call:
new_teal_data( data = list(iris2 = iris2), code = quote(iris2 <- iris) ) new_teal_data( data = as.environment(list(iris2 = iris2)), code = quote(iris2 <- iris) )
The text was updated successfully, but these errors were encountered:
new_qenv
Closing this PR. new_teal_data will be a private constructor. We will expose teal_data/cdisc_data only.
teal_data/cdisc_data
Sorry, something went wrong.
gogonzo
No branches or pull requests
Acceptance criteria:
Constructor method should have variants for a signature
data = "list"
anddata = "environment"
.Constructor should work with following call:
The text was updated successfully, but these errors were encountered: