This commit is contained in:
Joyce Robbins
2022-11-27 12:21:04 -05:00
committed by GitHub
parent da35569ab5
commit e2a4e1a236

View File

@@ -456,7 +456,7 @@ hour(datetime) <- hour(datetime) + 1
datetime
```
Alternatively, rather than modifying an existing variabke, you can create a new date-time with `update()`.
Alternatively, rather than modifying an existing variable, you can create a new date-time with `update()`.
This also allows you to set multiple values in one step:
```{r}