Skip to content
New issue

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

[teal.slice] Why does teal_data have Subject if all datasets are not cdisc/mae #4

Closed
nikolas-burkoff opened this issue Mar 24, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@nikolas-burkoff
Copy link
Contributor

image

library(teal)

app <- init(
  data = teal_data(
    dataset("IRIS", iris),
    dataset("MTCARS", mtcars)
  ),
  modules = modules(example_module())
)

runApp(app)

When this is fixed you should update the screenshot in the teal getting started vignette

@nikolas-burkoff nikolas-burkoff changed the title [teal.slice] Why does teal_data have Subject? [teal.slice] Why does teal_data have Subject if all datasets are not cdisc/mae Mar 24, 2022
@nikolas-burkoff nikolas-burkoff added the enhancement New feature or request label Mar 24, 2022
@gogonzo gogonzo transferred this issue from insightsengineering/teal Mar 30, 2022
@gogonzo
Copy link
Contributor

gogonzo commented May 28, 2024

  • When none of the dataset has primary keys then display subjects and observations
  • When none of the dataset has no primary keys don't display subjects

@m7pr
Copy link
Contributor

m7pr commented Jul 8, 2024

IMHO, this is already fixed on MAIN

image

@m7pr m7pr closed this as completed Jul 8, 2024
@m7pr
Copy link
Contributor

m7pr commented Jul 19, 2024

Also fixed that on 669_ with fa3dc9 as there were changes that reverted that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants