Skip to content
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

Considering a tidy_post_fun argument to tidy_plus_plus() #235

Closed
larmarange opened this issue Aug 18, 2023 · 2 comments · Fixed by #236
Closed

Considering a tidy_post_fun argument to tidy_plus_plus() #235

larmarange opened this issue Aug 18, 2023 · 2 comments · Fixed by #236

Comments

@larmarange
Copy link
Owner

The idea is to allow advanced users to pass a custom function to be applied at the end of tidy_plus_plus() for customizing the final results.

It could be useful when just basic support is available for a model.

@larmarange larmarange changed the title Considering a post_fun argume to tidy_plus_plus() Considering a post_fun argument to tidy_plus_plus() Aug 18, 2023
larmarange added a commit that referenced this issue Aug 18, 2023
@larmarange
Copy link
Owner Author

Following larmarange/ggstats#42 and ddsjoberg/gtsummary#1545, I was thinking that it could be relevant to have an easy to pass custom changes to the produced tibble through tidy_plus_plus()

The changes need to beap plied at the end of tidy_plus_plus(). The post_fun argument allows to pass a custom function at the end of the process.

@ddsjoberg What do you think?

@larmarange
Copy link
Owner Author

Should the name be rather tidy_podt_fun? Or smth more explicit?

@larmarange larmarange changed the title Considering a post_fun argument to tidy_plus_plus() Considering a tidy_post_fun argument to tidy_plus_plus() Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant