...

/

Exercise 18: Try Catch

Exercise 18: 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 ...