Skip to content

Commit 2cfde2f

Browse files
restore blank line
1 parent 58b89ba commit 2cfde2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

man/setkey.Rd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ setindex(DT, A)
149149
setindex(DT, B)
150150
indices(DT) # get indices single vector
151151
indices(DT, vectors = TRUE) # get indices list
152+
152153
# Setting multiple indices at once
153154
DT = data.table(A = 5:1, B = letters[5:1], C = 10:6)
154155
setindexv(DT, list(c("A", "B"), c("B", "C")))

0 commit comments

Comments
 (0)