"vs" should be "vs."
This commit is contained in:
@@ -375,7 +375,7 @@ I mention while loops briefly, because I hardly ever use them. They're most ofte
|
||||
}
|
||||
```
|
||||
|
||||
## For loops vs functionals
|
||||
## For loops vs. functionals
|
||||
|
||||
For loops are not as important in R as they are in other languages because R is a functional programming language. This means that it's possible to wrap up for loops in a function, and call that function instead of using the for loop directly.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user