Skip to content

Commit b4fc6fc

Browse files
committed
🎨 Tidy code example
1 parent 5798ee0 commit b4fc6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

r-code.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Saving lists to excel tabs
44

5-
```
5+
```{r}
66
#| eval: false
7-
#| library(ggplot2)
7+
library(ggplot2)
88
data("diamonds")
99
diamonds_split <- dplyr::split(diamonds, diamonds$cut)
1010
writexl::write_xlsx(diamonds_split, path = "diamonds_by_cut.xlsx")

0 commit comments

Comments
 (0)