Skip to content

Commit d78b1a2

Browse files
maneeshaBisaloo
andauthored
include parens in function name
Co-authored-by: Hugo Gruson <hugo.gruson@protonmail.com>
1 parent 0fe3a62 commit d78b1a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/02-func-R.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ z
266266
center(z, 3)
267267
```
268268

269-
That looks right, so let's try `center` on our real data.
269+
That looks right, so let's try `center()` on our real data.
270270
We'll center the inflammation data from day 4 around 0:
271271

272272
```{r}

0 commit comments

Comments
 (0)