You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be useful to refer to a step by it's name (if it has one)
change_next_workflow_step(next_step = "step_name") instead of the number. Maybe with helpers like the select helpers in dplyr (on the top of my head: current_step(), previous_step(), etc)
The text was updated successfully, but these errors were encountered:
it would be useful to refer to a step by it's name (if it has one)
change_next_workflow_step(next_step = "step_name")
instead of the number. Maybe with helpers like the select helpers indplyr
(on the top of my head:current_step()
,previous_step()
, etc)The text was updated successfully, but these errors were encountered: