Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 13, 2024
1 parent f119ea4 commit 9702009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export(group_tt)
export(knit_print.tinytable_bootstrap)
export(knit_print.tinytable_tabularray)
export(save_tt)
export(style_tt)
export(tt)
1 change: 1 addition & 0 deletions R/style_tt.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#' @param tabularray_inner A string that specifies the "inner" settings of a tabularray LaTeX table.
#' @param tabularray_outer A string that specifies the "outer" settings of a tabularray LaTeX table.
#' @return Returns a modified `tinytable` object with the applied styles.
#' @export
#' @template latex_preamble
style_tt <- function(
x,
Expand Down

0 comments on commit 9702009

Please sign in to comment.