Update datetimes.Rmd (#230)

Fix double and/and
This commit is contained in:
Rademeyer Vermaak 2016-08-04 13:55:42 +02:00 committed by Hadley Wickham
parent 664c87e8df
commit fa3a3f4297
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ These functions also take unquoted numbers. This is the most concise way to crea
ymd(20170131)
```
`ymd()` and friends create dates. To create a date-time, add an underscore and and one or more of "h", "m", and "s" to the name of the parsing function:
`ymd()` and friends create dates. To create a date-time, add an underscore and one or more of "h", "m", and "s" to the name of the parsing function:
```{r}
ymd_hms("2017-01-31 20:11:59")