From 62c952ae3d5961a9bc207fce1460e3e8b2f2e15b Mon Sep 17 00:00:00 2001 From: "27856297+dependabot-preview[bot]@users.noreply.github.com" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:03:05 +0000 Subject: [PATCH] [skip roxygen] [skip vbump] Roxygen Man Pages Auto Update --- man/module_teal_module.Rd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/module_teal_module.Rd b/man/module_teal_module.Rd index 4d49b1f30d..dd25ab8ae2 100644 --- a/man/module_teal_module.Rd +++ b/man/module_teal_module.Rd @@ -31,7 +31,7 @@ srv_teal_module( slices_global, reporter = teal.reporter::Reporter$new(), status = reactive("ok"), - once = FALSE, + remove_when_data_ready = FALSE, is_active = reactive(TRUE) ) @@ -43,7 +43,7 @@ srv_teal_module( slices_global, reporter = teal.reporter::Reporter$new(), status = reactive("ok"), - once = FALSE, + remove_when_data_ready = FALSE, is_active = reactive(TRUE) ) @@ -55,7 +55,7 @@ srv_teal_module( slices_global, reporter = teal.reporter::Reporter$new(), status = reactive("ok"), - once = FALSE, + remove_when_data_ready = FALSE, is_active = reactive(TRUE) ) @@ -67,7 +67,7 @@ srv_teal_module( slices_global, reporter = teal.reporter::Reporter$new(), status = reactive("ok"), - once = FALSE, + remove_when_data_ready = FALSE, is_active = reactive(TRUE) ) } @@ -103,7 +103,7 @@ Determines action dependent on a data loading status: content. }} -\item{once}{(\code{logical(1)}) +\item{remove_when_data_ready}{(\code{logical(1)}) if \code{\link[=teal_data_module]{teal_data_module()}} has a flag \code{once = TRUE} then data tab is removed when data is loaded successfully.} }