From 65633eadd97d8ad3e1bbd498c8147332e8e9f6ac Mon Sep 17 00:00:00 2001 From: Matt Heaphy Date: Sun, 26 Nov 2023 10:40:30 -0500 Subject: [PATCH] doc update --- R/add_predictions.R | 2 +- man/add_predictions.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/add_predictions.R b/R/add_predictions.R index 4e4546d..dd825ee 100644 --- a/R/add_predictions.R +++ b/R/add_predictions.R @@ -13,7 +13,7 @@ #' - If `NULL`, names from the result of [predict()] will be used. If there are #' no names, a default name of "expected" is assumed. In the event that #' [predict()] returns multiple values, the default name will be suffixed by -#' "_{x}", where x = 1 to the number of values returned. +#' "_x", where x = 1 to the number of values returned. #' - If a value is passed, it must be a character vector of same length as #' the result of [predict()] #' diff --git a/man/add_predictions.Rd b/man/add_predictions.Rd index 6137480..e9e38ec 100644 --- a/man/add_predictions.Rd +++ b/man/add_predictions.Rd @@ -35,7 +35,7 @@ The \code{col_expected} argument is optional. \item If \code{NULL}, names from the result of \code{\link[=predict]{predict()}} will be used. If there are no names, a default name of "expected" is assumed. In the event that \code{\link[=predict]{predict()}} returns multiple values, the default name will be suffixed by -"_{x}", where x = 1 to the number of values returned. +"_x", where x = 1 to the number of values returned. \item If a value is passed, it must be a character vector of same length as the result of \code{\link[=predict]{predict()}} }