Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Aug 30, 2024
1 parent 7db0cc7 commit 526f7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/datasummary.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The `datasummary_correlation` function has a `methods` argument. The default val
library(correlation)
fun <- function(x) {
out <- correlation(mtcars) |>
out <- correlation(x) |>
summary() |>
format(2) |>
as.matrix()
Expand Down

0 comments on commit 526f7f3

Please sign in to comment.