[Question]: datanames property?
/### 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?
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.
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).
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
vignettesandarticles. May find more small things like this one. - Will try to use
latest versionof package going forward.
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.
Resolved