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
You can rewrite this as below. This makes the program flow easier to understand since the shortest branch is handled first and it end the function. Hence you don't need to write the second part as an else statement.
You can rewrite this as below. This makes the program flow easier to understand since the shortest branch is handled first and it end the function. Hence you don't need to write the second part as an
else
statement.coding-club/src/20210624/20210624_functions_solutions.R
Line 219 in 2a0865f
In this case I'd rather throw an error than a warning.
The text was updated successfully, but these errors were encountered: