How do you call a function in R?

How do you call a function in R?

a) call function_name()
b) function_name()
c) run function_name()
d) execute function_name()

Answer:

b) function_name()

Explanation:

To call a function in R, you simply use the syntax function_name().

Reference:

R Programming – Functions MCQ Questions and Answers

Leave a Comment

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

Scroll to Top