Else if statement in R
To test the different conditions this statement is used in single if….. Else if statement in R. This statement is followed by an optional else if…. Else. This is a conditional programming statement also known as a nested if-else statement. There are some points that are mandatory to understand when we are using the if…..else … Read more