Skip to content

Commit

Permalink
17.2: clarify language (hadley#1637)
Browse files Browse the repository at this point in the history
"POSIXct" is the thing tripping off the tongue in this sentence, not base R.
  • Loading branch information
stevenprimeaux committed Mar 13, 2024
1 parent f55997b commit bdd847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datetimes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ There are three types of date/time data that refer to an instant in time:

- A **date-time** is a date plus a time: it uniquely identifies an instant in time (typically to the nearest second).
Tibbles print this as `<dttm>`.
Base R calls these POSIXct, but doesn't exactly trip off the tongue.
Base R calls these POSIXct, but that doesn't exactly trip off the tongue.

In this chapter we are going to focus on dates and date-times as R doesn't have a native class for storing times.
If you need one, you can use the **hms** package.
Expand Down

0 comments on commit bdd847c

Please sign in to comment.