Nothing
Code
path_formula(list(type = "unknown", op = "less", col = "x", val = 0))
Condition
Error in `path_formula()`:
! type has unsupported value of unknown.
i This is an internal error that was detected in the tidypredict package.
Please report it at <https://github.com/tidymodels/tidypredict/issues> with a reprex (<https://tidyverse.org/help/>) and the full backtrace.
Code
path_formula(list(type = "conditional", op = "unknown", col = "x", val = 0))
Condition
Error in `path_formula()`:
! op has unsupported value of unknown.
i This is an internal error that was detected in the tidypredict package.
Please report it at <https://github.com/tidymodels/tidypredict/issues> with a reprex (<https://tidyverse.org/help/>) and the full backtrace.
Code
path_formula(list(type = "set", op = "unknown", col = "x", vals = 0))
Condition
Error in `path_formula()`:
! op has unsupported value of unknown.
i This is an internal error that was detected in the tidypredict package.
Please report it at <https://github.com/tidymodels/tidypredict/issues> with a reprex (<https://tidyverse.org/help/>) and the full backtrace.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.