Skip to content

Commit 2a1593f

Browse files
authored
Make text agree with current version and section title
1 parent 12e300a commit 2a1593f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/datatable-reshape.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ DT
153153
## 1 = female, 2 = male
154154
```
155155

156-
And you'd like to combine (`melt`) all the `dob` columns together, and `gender` columns together. Using the current functionality, we can do something like this:
156+
And you'd like to combine (`melt`) all the `dob` columns together, and `gender` columns together. Using the old functionality, we could do something like this:
157157

158158
```{r}
159159
DT.m1 = melt(DT, id.vars = c("family_id", "age_mother"))

0 commit comments

Comments
 (0)