We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5798ee0 commit b4fc6fcCopy full SHA for b4fc6fc
r-code.qmd
@@ -2,9 +2,9 @@
2
3
## Saving lists to excel tabs
4
5
-```
+```{r}
6
#| eval: false
7
-#| library(ggplot2)
+library(ggplot2)
8
data("diamonds")
9
diamonds_split <- dplyr::split(diamonds, diamonds$cut)
10
writexl::write_xlsx(diamonds_split, path = "diamonds_by_cut.xlsx")
0 commit comments