From 9ce8b4f83e1ddf15108cd38fdbb2225184f4b174 Mon Sep 17 00:00:00 2001 From: kartikeya kirar Date: Thu, 12 Oct 2023 14:45:29 +0530 Subject: [PATCH] Update R/utils.R Co-authored-by: Marcin <133694481+m7pr@users.noreply.github.com> Signed-off-by: kartikeya kirar --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index d7fcda8cc9..283d969095 100644 --- a/R/utils.R +++ b/R/utils.R @@ -47,7 +47,7 @@ include_parent_datanames <- function(dataname, join_keys) { return(unique(c(parents, dataname))) } -#' Template function to generate reporter card. +#' Template Function for `TealReportCard` Creation and Customization #' #' This function generates a report card with a title, #' an optional description, and the option to append the filter state list.