Vidyalelo
R Programming · Q111

Control Structures in R Programming

Programming · R Programming · question 111

Q111

The . . . . . . . . function returns a list of all the formal arguments of a function.

A.
formals()
Answer
B.
funct()
C.
formal()
D.
fun()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board