You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -165,3 +165,5 @@ Above I chose to nest my `if` statements but it was not necessary. Can you rewri
One of the best uses of conditional statements is in a `for loop`. A `for loop` is used to apply the same set of operations on each item in a collection of objects, such as a vector, a list, a matrix, or a dataframe.