From c88645bd5be7645c86df47635f9b4af49f030369 Mon Sep 17 00:00:00 2001 From: Emil Hvitfeldt Date: Mon, 7 Aug 2023 08:59:45 -0700 Subject: [PATCH] remove accidental duplicate line --- R/woe.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/woe.R b/R/woe.R index 71d9f870..fade3cfe 100644 --- a/R/woe.R +++ b/R/woe.R @@ -14,7 +14,6 @@ #' components columns created by the original variables will be used as #' predictors in a model. #' @param outcome The bare name of the binary outcome encased in `vars()`. -#' @param outcome The bare name of the binary outcome encased in `vars()`. #' @param dictionary A tbl. A map of levels and woe values. It must have the #' same layout than the output returned from [dictionary()]. If `NULL`` the #' function will build a dictionary with those variables passed to \code{...}.