From 224e5cdf17f9cfb1761fc53e3d730c8b65a97ce4 Mon Sep 17 00:00:00 2001 From: m7pr Date: Tue, 5 Mar 2024 15:53:35 +0100 Subject: [PATCH] table_with_settings --- R/table_with_settings.R | 5 +++-- man/table_with_settings.Rd | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/R/table_with_settings.R b/R/table_with_settings.R index e46cd876..9d34ebe6 100644 --- a/R/table_with_settings.R +++ b/R/table_with_settings.R @@ -1,8 +1,9 @@ #' @name table_with_settings #' -#' @title table_with_settings module +#' @title `table_with_settings` module #' -#' @description `r lifecycle::badge("stable")` +#' @description `r lifecycle::badge("stable")`\cr +#' Module designed to create a `shiny` table output based on `rtable` object (`ElementaryTable` or `TableTree`) input. #' @inheritParams shiny::moduleServer #' @param ... (`character`)\cr #' Useful for providing additional HTML classes for the output tag. diff --git a/man/table_with_settings.Rd b/man/table_with_settings.Rd index 88ea4e15..870a8ae9 100644 --- a/man/table_with_settings.Rd +++ b/man/table_with_settings.Rd @@ -4,7 +4,7 @@ \alias{table_with_settings} \alias{table_with_settings_ui} \alias{table_with_settings_srv} -\title{table_with_settings module} +\title{\code{table_with_settings} module} \usage{ table_with_settings_ui(id, ...) @@ -27,7 +27,8 @@ a mechanism to allow modules which call this module to show/hide the table_with_ A \code{shiny} module. } \description{ -\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#stable}{\figure{lifecycle-stable.svg}{options: alt='[Stable]'}}}{\strong{[Stable]}} +\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#stable}{\figure{lifecycle-stable.svg}{options: alt='[Stable]'}}}{\strong{[Stable]}}\cr +Module designed to create a \code{shiny} table output based on \code{rtable} object (\code{ElementaryTable} or \code{TableTree}) input. } \examples{ library(shiny)