-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
List options in .stats
argument descriptions
#1330
Conversation
Unit Tests Summary 1 files 84 suites 1m 12s ⏱️ Results for commit 4ff9421. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit caec5be ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: 4ff9421 Minimum allowed coverage is ♻️ 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.
Thanks so much @edelarua ! really like the changes! I was wondering if you could do a test on scda.test. once nothing breaks, we can merge it
merge this if insightsengineering/scda.test#156 is green |
#' to see available statistics for this function. | ||
#' @param .stats (`character`)\cr statistics to select for the table. | ||
#' | ||
#' Options are: ``r shQuote(get_stats("abnormal_by_marked"))`` |
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.
maybe better than writing them all as we were thinking? wdyt @edelarua?
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.
I think it's nicer to keep it all together using get_stats()
to keep things simple, we could make get_stats()
internal if you think there's no benefit for users.
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.
I see! lets keep get_stats then ;)
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.
Probably we need to list all options in that documentation though
Pull Request
Fixes #1329