Added missing word in datetimes.Rmd (#848)
This commit is contained in:
parent
1aeec599b9
commit
089e060a06
|
@ -388,7 +388,7 @@ Why is one day after 1pm on March 12, 2pm on March 13?! If you look carefully at
|
|||
|
||||
### Periods
|
||||
|
||||
To solve this problem, lubridate provides __periods__. Periods are time spans but don't have a fixed length in seconds, instead they work with "human" times, like days and months. That allows them work in a more intuitive way:
|
||||
To solve this problem, lubridate provides __periods__. Periods are time spans but don't have a fixed length in seconds, instead they work with "human" times, like days and months. That allows them to work in a more intuitive way:
|
||||
|
||||
```{r}
|
||||
one_pm
|
||||
|
|
Loading…
Reference in New Issue