Skip to content

Commit

Permalink
Add a missing "add" in @Transform section (#326)
Browse files Browse the repository at this point in the history
* Add a missing "add" in @Transform section

... and reword slightly

* Update docs/src/dplyr.md

Co-authored-by: pdeffebach <23196228+pdeffebach@users.noreply.github.com>
  • Loading branch information
georgemarrows and pdeffebach committed Mar 17, 2022
1 parent 1945cb5 commit 24d933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/dplyr.md
Expand Up @@ -277,7 +277,7 @@ The `@transform` macro will add new columns to the data frame. Like with other m
@rtransform msleep :rem_proportion = :sleep_rem / :sleep_total
```

You can many new columns using `@transform` by placing multiple operations in a block.
You can add many columns at a time by placing multiple operations in a block.

```@repl 1
@rtransform msleep begin
Expand Down

0 comments on commit 24d933d

Please sign in to comment.