diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index 617ae1e6..12101ba8 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -404,7 +404,7 @@ tt(dat) |> We can use the standard `which` function from Base `R` to create indices and apply conditional stying on rows. And we can use a regular expression in `j` to apply conditional styling on columns: -```{r} +```{r, eval = FALSE} k <- mtcars[1:10, 1:5] tt(k) |>