...

/

Exercise 17: Try Catch

Exercise 17: Try Catch

Let's test your understanding of using try catch in R code.

Problem Statement

Implement a function calculateLog() that takes a testVariable and prints its log. If the logarithmic ...