We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55997b commit bdd847cCopy full SHA for bdd847c
datetimes.qmd
@@ -55,7 +55,7 @@ There are three types of date/time data that refer to an instant in time:
55
56
- A **date-time** is a date plus a time: it uniquely identifies an instant in time (typically to the nearest second).
57
Tibbles print this as `<dttm>`.
58
- 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.
59
60
In this chapter we are going to focus on dates and date-times as R doesn't have a native class for storing times.
61
If you need one, you can use the **hms** package.
0 commit comments