From 5647bbd8344d58052edfc0316c5eef037ef0bcfe Mon Sep 17 00:00:00 2001 From: Dawid Kaledkowski Date: Fri, 20 Dec 2024 09:45:06 +0100 Subject: [PATCH] =?UTF-8?q?link=20a=C2=A0vignette=20in=20`@param=20data`?= =?UTF-8?q?=20of=20teal=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- R/init.R | 1 + man/init.Rd | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/R/init.R b/R/init.R index 9a7d23a72..7d2e391cf 100644 --- a/R/init.R +++ b/R/init.R @@ -12,6 +12,7 @@ #' #' @param data (`teal_data` or `teal_data_module`) #' For constructing the data object, refer to [teal.data::teal_data()] and [teal_data_module()]. +#' For more see the `vignette("including-data-in-teal-applications")`. #' @param modules (`list` or `teal_modules` or `teal_module`) #' Nested list of `teal_modules` or `teal_module` objects or a single #' `teal_modules` or `teal_module` object. These are the specific output modules which diff --git a/man/init.Rd b/man/init.Rd index f455bd550..af83abe5c 100644 --- a/man/init.Rd +++ b/man/init.Rd @@ -17,7 +17,9 @@ init( } \arguments{ \item{data}{(\code{teal_data} or \code{teal_data_module}) -For constructing the data object, refer to \code{\link[teal.data:teal_data]{teal.data::teal_data()}} and \code{\link[=teal_data_module]{teal_data_module()}}.} +For constructing the data object, refer to \code{\link[teal.data:teal_data]{teal.data::teal_data()}} and \code{\link[=teal_data_module]{teal_data_module()}}. +Datasets which names are prefixed by dot (\code{.}) are hidden from the application. +For more see the \code{vignette("including-data-in-teal-applications", package = "teal")}.} \item{modules}{(\code{list} or \code{teal_modules} or \code{teal_module}) Nested list of \code{teal_modules} or \code{teal_module} objects or a single