Google News
logo
R - Quiz(MCQ)
How do you call a function in R?
A)
my_function()
B)
my_function;
C)
my_function[]
D)
(my_function);

Correct Answer :   my_function()

Advertisement