From 37dc22679a9dd2f89248deb748ab0a51ef2b72f1 Mon Sep 17 00:00:00 2001 From: m7pr Date: Thu, 14 Nov 2024 16:16:02 +0100 Subject: [PATCH] rerun docs --- man/example_module.Rd | 5 +---- man/module_transform_data.Rd | 5 +---- man/teal_modules.Rd | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/man/example_module.Rd b/man/example_module.Rd index ced662b383..92aaedfc8f 100644 --- a/man/example_module.Rd +++ b/man/example_module.Rd @@ -24,10 +24,7 @@ There are 2 reserved values that have specific behaviors: argument. }} -\item{transformators}{(\code{list} of \code{teal_transform_module}) that will be applied to transformator module's data input. -Each transformator module UI will appear in the \code{teal} application, unless the \code{custom_ui} attribute is set on the -list. If so, the module developer is responsible to display the UI in the module itself. \code{datanames} of the -\code{transformators} will be added to the \code{datanames}.} +\item{transformators}{(\code{list} of \code{teal_transform_module}) that will be applied to transformator module's data input.} } \value{ A \code{teal} module which can be included in the \code{modules} argument to \code{\link[=init]{init()}}. diff --git a/man/module_transform_data.Rd b/man/module_transform_data.Rd index d1b28fdca3..e37dc0707a 100644 --- a/man/module_transform_data.Rd +++ b/man/module_transform_data.Rd @@ -19,10 +19,7 @@ srv_teal_transform_data( \arguments{ \item{id}{(\code{character(1)}) Module id} -\item{transformators}{(\code{list} of \code{teal_transform_module}) that will be applied to transformator module's data input. -Each transformator module UI will appear in the \code{teal} application, unless the \code{custom_ui} attribute is set on the -list. If so, the module developer is responsible to display the UI in the module itself. \code{datanames} of the -\code{transformators} will be added to the \code{datanames}.} +\item{transformators}{(\code{list} of \code{teal_transform_module}) that will be applied to transformator module's data input.} \item{data}{(\verb{reactive teal_data})} diff --git a/man/teal_modules.Rd b/man/teal_modules.Rd index d187a0c5ee..99821a7fb2 100644 --- a/man/teal_modules.Rd +++ b/man/teal_modules.Rd @@ -86,10 +86,7 @@ argument. \item{ui_args}{(named \code{list}) with additional arguments passed on to the UI function.} -\item{transformators}{(\code{list} of \code{teal_transform_module}) that will be applied to transformator module's data input. -Each transformator module UI will appear in the \code{teal} application, unless the \code{custom_ui} attribute is set on the -list. If so, the module developer is responsible to display the UI in the module itself. \code{datanames} of the -\code{transformators} will be added to the \code{datanames}.} +\item{transformators}{(\code{list} of \code{teal_transform_module}) that will be applied to transformator module's data input.} \item{...}{\itemize{ \item For \code{modules()}: (\code{teal_module} or \code{teal_modules}) Objects to wrap into a tab.