Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 23, 2024
1 parent 62abe03 commit 1655027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/display.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @return Depending on `format`, either an object of class `gt_tbl`
#' or a character vector of class `knitr_kable`.
#'
#' @examples
#' @examplesIf requireNamespace("gt")
#' display(iris[1:5, ], format = "html")
#' @export
display <- function(object, ...) {
Expand Down
2 changes: 2 additions & 0 deletions man/display.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1655027

Please sign in to comment.