Skip to content

Commit

Permalink
Adjust the code to fix error in rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarafati committed Oct 21, 2023
1 parent 6ca7318 commit 10cba95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slide_r_elements_4.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ name: for_loop_0

One way to repeat an action is to use the **for-loop**

```{r for.loop.general, echo=T, eval = F}
```{r for.loop.general, eval=FALSE, echo=TRUE}
for (var in seq) {
expr
}
Expand Down

0 comments on commit 10cba95

Please sign in to comment.