79632379

Date: 2025-05-21 16:22:10
Score: 1.5
Natty:
Report link
A simpler way using only base functions.

    x<- list(Sys.Date(),Sys.Date()+1)
    xx <- as.Date(as.numeric(x))
    str(x)
    str(xx)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user3651022