-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add a function to cleanly convert Params to Labels. #1791
Conversation
Closes #1790. TODO before this PR is done: Consider adding to workflows and/or checking for it in report functions.
Add to pkgdown.
We'll likely want to push this back a step (so lStudy already uses the labels), but this function already implemented a miniature version of this so it was a safe place to add it.
Oops, glad I noticed that I skipped that step! I intend to use this in gsm.app.
@lauramaxwell This one is ready to review, and will be useful in {gsm.app} in lots of places! (I don't need to export another function, I don't think, despite what I just said) |
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.
Looks great! The tiniest typo in the example in the header and then we're gtg!
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.
👍
Overview
Function to add a
Labels
column todfGroups
.Closes #1790.
Test Notes/Sample Code
Notes: