Solved

Using R, What Is the Formula That Will Allow for the Weekday

Question 17

Multiple Choice

Using R, what is the formula that will allow for the weekday function to display the day of the week for November 15, 2020?


A) >weekdays< (as.Date("2020-11-15")
B) > format(as.Date("2020-11-15") , "%d")
C) > weekdays(as.Date("2020-11-15") )
D) > Sys.Date("2020-11-15")

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions