From d6b8d2f4bab3409ad341f23f3f708fdae8091aba 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: Mon, 6 Nov 2023 06:53:18 +0000 Subject: [PATCH] [skip actions] Roxygen Man Pages Auto Update --- man/delayed_data.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/delayed_data.Rd b/man/delayed_data.Rd index e429a7cb3f..8138744619 100644 --- a/man/delayed_data.Rd +++ b/man/delayed_data.Rd @@ -16,7 +16,7 @@ delayed_data(ui, server, ...) } \description{ Function creates object of class \code{delayed_data} which allows -\code{teal} app developer to transform freely \code{teal_data} object passed to \code{data} argument in +\code{teal} app developer to transform \code{teal_data} object passed to \code{data} argument in \code{\link[=init]{init()}}. This helps in case when app developer wants to use \code{teal} app where \code{data} can be influenced by app user. For example, app developer can create \code{teal} app which allows user to connect to database and then use data from this database.