Skip to content

Commit 891f505

Browse files
committed
removed library
1 parent 579566c commit 891f505

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vignettes/datatable-reference-semantics.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ When selecting a column as a vector, `DT$col` and `DT[, col]` have a key differe
370370
This means a variable created with `$` can change if the `data.table` is modified later, which can be unexpected. A single example demonstrates this behavior and how `copy()` provides a solution:
371371
372372
```{r}
373-
library(data.table)
374-
375373
DT = data.table(a = 1:3)
376374
377375
# Create three variables using the different methods

0 commit comments

Comments
 (0)