Skip to content

Commit 03c2120

Browse files
committed
fix get_latent_column_tibble docs
1 parent 823ded1 commit 03c2120

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

R/utils-latency.R

+4-1
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ construct_shift_tibble <- function(terms_used, recipe, rel_step_type, shift_name
6666

6767
#' find the columns added with the lags or aheads, and the amounts they have
6868
#' been changed
69-
#' @param prefix the prefix indicating if we are adjusting lags or aheads
69+
#' @param shift_cols a list of columns to operate on, as created by `construct_shift_tibble`
7070
#' @param new_data the data transformed so far
71+
#' @param as_of
72+
#' @param latency `NULL`, int, or vector, as described in `step_eip_latency`
73+
#' @param sign_shift -1 if ahead, 1 if lag
7174
#' @return a tibble with columns `column` (relevant shifted names), `shift` (the
7275
#' amount that one is shifted), `latency` (original columns difference between
7376
#' max_time_value and as_of (on a per-initial column basis)),

man/get_latent_column_tibble.Rd

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)