The _________ function in R helps in checking the existence of a variable or a function.

  • check()
  • confirm()
  • exists()
  • validate()
The 'exists()' function in R is used to check if a variable or a function exists in the current environment. This can be useful in debugging, to avoid errors when trying to use a non-existent variable or function.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *