Vidyalelo
R Programming · Q168

Control Structures in R Programming

Programming · R Programming · question 168

Q168

Which of the following code will print NULL?

A.
> args(paste)
Answer
B.
> arg(paste)
C.
> args(pastebin)
D.
> arg(bin)

Answer: Option A

Solution

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