From 84d635ac052de65d60c38b7f857c22a67fcff243 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:19:24 -0500 Subject: [PATCH] Update gt_theme_athletic.R --- R/gt_theme_athletic.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/gt_theme_athletic.R b/R/gt_theme_athletic.R index c1f642f..917c407 100644 --- a/R/gt_theme_athletic.R +++ b/R/gt_theme_athletic.R @@ -4,7 +4,7 @@ #' #' @returns Returns data with an appended HTML column. #' @param gt_object An existing gt table object of class `gt_tbl` -#' @param ... Optional additional arguments to `gt::table_options()` +#' @param ... Optional additional arguments to [gt::tab_options()] #' @import gt #' @importFrom magrittr %>% #' @examples