We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eff8e6 commit e373b49Copy full SHA for e373b49
NAMESPACE
@@ -26,7 +26,6 @@ export(smooth_arx_args_list)
26
export(smooth_arx_forecaster)
27
export(step_epi_ahead)
28
export(step_epi_lag)
29
-export(step_epi_shift)
30
export(step_narm)
31
import(recipes)
32
importFrom(magrittr,"%>%")
R/epi_shift_internal.R
@@ -15,7 +15,6 @@
15
#' order_ for shifting.
16
#'
17
#' @family row operation steps
18
-#' @export
19
#' @rdname step_epi_ahead
20
step_epi_shift <-
21
function(recipe,
0 commit comments