Skip to content

Commit

Permalink
remove unnecessary [ ] from datatable-keys-fast-subset.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbudzynski authored Nov 3, 2023
1 parent 3088c0b commit 7f4edd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/datatable-keys-fast-subset.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Instead, in *data.tables* we set and use `keys`. Think of a `key` as **superchar

#### Keys and their properties {#key-properties}

1. [ ] We can set keys on *multiple columns* and the column can be of *different types* -- *integer*, *numeric*, *character*, *factor*, *integer64* etc. *list* and *complex* types are not supported yet.
1. We can set keys on *multiple columns* and the column can be of *different types* -- *integer*, *numeric*, *character*, *factor*, *integer64* etc. *list* and *complex* types are not supported yet.

2. Uniqueness is not enforced, i.e., duplicate key values are allowed. Since rows are sorted by key, any duplicates in the key columns will appear consecutively.

Expand Down

0 comments on commit 7f4edd4

Please sign in to comment.