Skip to content

Create a function to grab the arguments to layers or steps #94

@dajmcdon

Description

@dajmcdon

Suppose

r <- epi_recipe() %>%
  step_*() %>%
  ...
  step_blah(arg1, arg2)

We want something like args_step(r, name = "blah") that returns the arguments used in step_blah(). The same for layer_*() funs.

Note that there is already detect_step() and detect_layer() that can be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions