Skip to content

Commit

Permalink
doc: describe example without flextable
Browse files Browse the repository at this point in the history
  • Loading branch information
dnldelarosa committed Oct 16, 2023
1 parent f1a7692 commit c2820d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/describe.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' summary(cars)
#'
#' # Using describe
#' describe(cars, flextable = TRUE)
#' describe(cars)
#' describe(cars, flextable = TRUE, ft_args = list(cwidth = 1))
describe <- function(data, digits = 4, t = TRUE, flextable = FALSE, ft_args = list(), ...) {
data <- as.data.frame(data)
Expand Down

0 comments on commit c2820d3

Please sign in to comment.