Print hour<-() result (#531)
This commit is contained in:
committed by
Hadley Wickham
parent
5b3ea786c8
commit
4649b8737d
@@ -270,6 +270,7 @@ datetime
|
|||||||
month(datetime) <- 01
|
month(datetime) <- 01
|
||||||
datetime
|
datetime
|
||||||
hour(datetime) <- hour(datetime) + 1
|
hour(datetime) <- hour(datetime) + 1
|
||||||
|
datetime
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, rather than modifying in place, you can create a new date-time with `update()`. This also allows you to set multiple values at once.
|
Alternatively, rather than modifying in place, you can create a new date-time with `update()`. This also allows you to set multiple values at once.
|
||||||
|
|||||||
Reference in New Issue
Block a user