mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-28 20:56:04 +01:00
Refactor code to use forward-pipe operator for better readability and consistency
This commit is contained in:
@@ -32,8 +32,8 @@ Note that the `echo = FALSE` parameter was added to the code chunk to prevent pr
|
||||
|
||||
```{r}
|
||||
library(kableExtra)
|
||||
mtcars[1:5, 1:5] %>%
|
||||
kbl() %>%
|
||||
mtcars[1:5, 1:5] |>
|
||||
kbl() |>
|
||||
kable_styling()
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user