@@ -218,7 +218,7 @@ flights |>
|
||||
geom_line()
|
||||
```
|
||||
|
||||
Again, if you can fit all of the arguments to a function on to a single line, put each argument on its own line:
|
||||
Again, if you can't fit all of the arguments to a function on to a single line, put each argument on its own line:
|
||||
|
||||
```{r}
|
||||
#| eval: false
|
||||
|
||||
Reference in New Issue
Block a user