teal icon indicating copy to clipboard operation
teal copied to clipboard

[Question]: datanames property?

Open jimrothstein opened this issue 9 months ago • 3 comments

/### What is your question?

On this page: https://insightsengineering.github.io/teal/release-candidate/articles/including-data-in-teal-applications.html

Click on datanames property and nothing appears to happen. Correct?

Image

Did you mean something like bindings ?

> data
✖ unverified teal_data object
<environment: 0x626991e963f0> 🔒 
Parent: <environment: package:teal> 
Bindings:
- cars: [data.frame]
- iris: [data.frame]

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • [x] I agree to follow this project's Contribution Guidelines.

Security Policy

  • [x] I agree to follow this project's Security Policy.

jimrothstein avatar Mar 17 '25 05:03 jimrothstein

Hi, thanks for reaching out about this link not working. The links is https://insightsengineering.github.io/teal/release-candidate/articles/including-data-in-teal-applications.html#teal_data-properties pointing to a section we removed from the vignette But basically it means that you can check the objects names with names(teal_data_object).

Note that you are using the documentation of the release candidate instead of the released version (but the incorrect link is present there too).

llrs-roche avatar Mar 18 '25 08:03 llrs-roche

Thanks @llrs-roche .

  • I still owe you a PR on different issue (unless it has been done).
  • Now, I am working my way through the various vignettes and articles. May find more small things like this one.
  • Will try to use latest version of package going forward.

jimrothstein avatar Mar 18 '25 18:03 jimrothstein

Hi Jim,

  • Every contributions is appreciated, but please you are not obliged to do it (AFAIK).
  • Thanks for taking the time to report them (sorry they went through) . Thanks to your contributions it will be better for everyone. If you find big things do report them too 😃.
  • It happens sometimes, I was checking it because I used an incorrect version of the documentation for a different review too.

llrs-roche avatar Mar 19 '25 08:03 llrs-roche

Resolved

gogonzo avatar May 23 '25 07:05 gogonzo