How does R internally represent dates and times?

  • As character values
  • As logical values
  • As numeric values
  • As special date/time objects
R internally represents dates and times as special date/time objects using classes such as 'Date', 'POSIXct', and 'POSIXlt'. These classes store date and time information in a format that can be easily manipulated in R.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *