VOOZH about

URL: https://www.geeksforgeeks.org/r-language/check-if-an-object-is-a-call-in-r-programming-is-call-function/

⇱ Check if an Object is a Call in R Programming - is.call() Function - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Check if an Object is a Call in R Programming - is.call() Function

Last Updated : 15 Jul, 2025
is.call() function in R Language is used to determine whether x is a call or not.
Syntax: is.call(x) Parameters: x: an arbitrary R object
Example 1: Output:
[1] FALSE
Example 2: Output:
[1] TRUE
Comment
Article Tags:

Explore