R/step_rose.R

Defines functions orbital.step_rose

#' @export
orbital.step_rose <- function(x, all_vars, ...) {
	cli::cli_abort(
		"{.fn orbital} method doesn't work for {.fn step_rose} when \\
    {.arg skip} is {.code FALSE}."
	)
}

Try the orbital package in your browser

Any scripts or data that you put into this service are public.

orbital documentation built on April 3, 2025, 8:47 p.m.