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()
.
To call a function in R, you simply use the syntax function_name()
.