This commit is contained in:
Joyce Robbins 2022-11-27 12:21:04 -05:00 committed by GitHub
parent da35569ab5
commit e2a4e1a236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}