Skip to content

Commit

Permalink
Fix example code
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Nov 5, 2023
1 parent b9f9a1e commit 63b3fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/dashboards/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ A `value_box()` is a special kind of card designed for highlighting a value alon

```{r value-boxes, out.height = 900, out.width = 1400}
means <- colMeans(
penguins[c("bill_length_mm", "bill_length_mm", "body_mass_g")],
penguins[c("bill_length_mm", "bill_depth_mm", "body_mass_g")],
na.rm = TRUE
)
Expand Down

0 comments on commit 63b3fae

Please sign in to comment.