Skip to content

Commit

Permalink
modified loop slides
Browse files Browse the repository at this point in the history
  • Loading branch information
RedondoMA committed Oct 17, 2024
1 parent 21134a9 commit 41f7e63
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 @@ -286,7 +286,7 @@ In R, we use the `if` clause for this purpose.

This is the general syntax:

```{r if sintax, eval=F, echo=T}
```{r if.sintax, eval=F, echo=T}
if (condition) {
expr
}
Expand Down

0 comments on commit 41f7e63

Please sign in to comment.