-
-
Notifications
You must be signed in to change notification settings - Fork 15
teal.data::datanames()
is deprecated in favor of dot-prefix and names()
#794
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
Conversation
teal.data::datanames()
is deprecated in favor of dot-prefix and ls()
teal.data::datanames()
is deprecated in favor of dot-prefix and names()
I'm using the following bash command to make sure I can find export MY_REGEX="vitals|formals|levels|labels|cols"
grep -E "(${MY_REGEX}|ls)\(" -R | sed -E "s/(${MY_REGEX})\(/xxxx\(/g" | grep "ls(" |
Code Coverage Summary
Diff against main
Results for commit: 2b26a45 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 22 suites 12m 58s ⏱️ Results for commit 2b26a45. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Pull Request
Part of insightsengineering/teal.data#333
Blocked by:
qenv
asenvironment
"type" -- addsnames(qenv/qenv.error)
,get()
and$
S3 methods teal.code#218names()
function and deprecatesdatanames()
teal.data#347teal.data::datanames()
is deprecated in favor of dot-prefix andls()
teal#1402