From e937803756f0c54096465d3e0d33a7584080f6bc Mon Sep 17 00:00:00 2001 From: advieser Date: Fri, 14 Feb 2025 22:16:58 +0100 Subject: [PATCH] added docs for field label --- R/PipeOp.R | 2 ++ man/PipeOp.Rd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/R/PipeOp.R b/R/PipeOp.R index c882f5974..ad45a06f2 100644 --- a/R/PipeOp.R +++ b/R/PipeOp.R @@ -134,6 +134,8 @@ #' and done, if requested, by the [`Graph`] backend itself; it should *not* be done explicitly by `private$.train()` or `private$.predict()`. #' * `man` :: `character(1)`\cr #' Identifying string of the help page that shows with `help()`. +#' * `label` :: `character(1)`\cr +#' Description of the [`PipeOp`]'s functionality. Derived from the title of its help page. #' * `properties` :: `character()`\cr #' The properties of the [`PipeOp`]. #' Currently supported values are: diff --git a/man/PipeOp.Rd b/man/PipeOp.Rd index a24c82ecc..375f41497 100644 --- a/man/PipeOp.Rd +++ b/man/PipeOp.Rd @@ -141,6 +141,8 @@ are saved to this slot, exactly as they are returned by these functions. This is and done, if requested, by the \code{\link{Graph}} backend itself; it should \emph{not} be done explicitly by \code{private$.train()} or \code{private$.predict()}. \item \code{man} :: \code{character(1)}\cr Identifying string of the help page that shows with \code{help()}. +\item \code{label} :: \code{character(1)}\cr +Description of the \code{\link{PipeOp}}'s functionality. Derived from the title of its help page. \item \code{properties} :: \code{character()}\cr The properties of the \code{\link{PipeOp}}. Currently supported values are: