Skip to content

Commit

Permalink
column *indices* should be *positions* (#6537)
Browse files Browse the repository at this point in the history
Here column *indices* might be *positions* since *indices* better refers to `indices()`.  Can be also *numbers* though
(while re-reading for translations...;)
  • Loading branch information
rikivillalba authored Sep 25, 2024
1 parent 960ff28 commit 2a70e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/datatable-reshape.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ str(DT.m1)

* `measure.vars` specify the set of columns we would like to collapse (or combine) together.

* We can also specify column *indices* instead of *names*.
* We can also specify column *positions* instead of *names*.

* By default, `variable` column is of type `factor`. Set `variable.factor` argument to `FALSE` if you'd like to return a *`character`* vector instead.

Expand Down

0 comments on commit 2a70e2f

Please sign in to comment.