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

Function to reset an element of the tfrmt #431

Open
bzkrouse opened this issue Feb 12, 2024 · 0 comments · May be fixed by #489
Open

Function to reset an element of the tfrmt #431

bzkrouse opened this issue Feb 12, 2024 · 0 comments · May be fixed by #489
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@bzkrouse
Copy link
Collaborator

bzkrouse commented Feb 12, 2024

Create function reset_plan("body_plan") that can be used during the layering process to "reset" a piece of the tfrmt, like so:

existing_tfrmt |>
   reset_plan("body_plan") |>
   layer_tfrmt(custom_tfrmt)

it would be synonymous with

existing_tfrmt$body_plan <- NULL
existing_tfrmt |>
   layer_tfrmt(custom_tfrmt)
@bzkrouse bzkrouse added the enhancement New feature or request label Feb 12, 2024
@bzkrouse bzkrouse added this to the v0.2.0 milestone Apr 25, 2024
@bzkrouse bzkrouse added the good first issue Good for newcomers label Sep 20, 2024
@alanahjonas95 alanahjonas95 linked a pull request Dec 13, 2024 that will close this issue
@alanahjonas95 alanahjonas95 self-assigned this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants