1.

Warnings are generated by the _________ function.(a) warning()(b) error()(c) run()(d) message()The question was asked in examination.The question is from Dates and Times in section Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming

Answer»

Right answer is (a) warning()

The explanation is: warning is an INDICATION that SOMETHING is WRONG but not NECESSARILY fatal; execution of the function continues.



Discussion

No Comment Found

Related InterviewSolutions