1.

Which of the following function gives the day of the week?(a) weekdays(b) months(c) quarters(d) semestersI had been asked this question in final exam.The query is from Vectorized Operations topic in portion R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

Right answer is (a) weekdays

The explanation is: Weekdays will give the DAY of the week. months function give the month NAME. Quarters divide the YEAR into fourths. SEMESTERS divide the year into halfs.



Discussion

No Comment Found

Related InterviewSolutions