a function that does not return anything has r
Answers
Answered by
0
Answer:
Explanation:
If there are no explicit returns from a function, the value of the last evaluated expression is returned automatically in R. For example, the following is equivalent to the above function. We generally use explicit return() functions to return a value immediately from a function.
Similar questions