Skip to content

Commit 526f7f3

Browse files
typo
1 parent 7db0cc7 commit 526f7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/datasummary.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The `datasummary_correlation` function has a `methods` argument. The default val
187187
library(correlation)
188188
189189
fun <- function(x) {
190-
out <- correlation(mtcars) |>
190+
out <- correlation(x) |>
191191
summary() |>
192192
format(2) |>
193193
as.matrix()

0 commit comments

Comments
 (0)