Fix/workflow-basics (#1391)
* justify omitting the name of the second arugument * Update workflow-basics.qmd --------- Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
This commit is contained in:
@@ -180,7 +180,7 @@ Finally, hit return.
|
|||||||
seq(from = 1, to = 10)
|
seq(from = 1, to = 10)
|
||||||
```
|
```
|
||||||
|
|
||||||
We often omit the names of the first arguments in function calls, so we can rewrite this as follows:
|
We often omit the names of the first several arguments in function calls, so we can rewrite this as follows:
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
seq(1, 10)
|
seq(1, 10)
|
||||||
|
|||||||
Reference in New Issue
Block a user