Skip to content

Commit ab491da

Browse files
authored
Update datatable-intro.Rmd
1 parent 14d2c83 commit ab491da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/datatable-intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ setkeyv(flights, "origin")
286286
For exact matches without `NA` for non-existing elements, use `nomatch=NULL`:
287287

288288
```r
289-
flights_dt["XYZ", nomatch=NULL]
289+
flights["XYZ", nomatch=NULL]
290290
# Returns:
291291
# Empty data.table (0 rows and 19 cols): year,month,day,dep_time,sched_dep_time,dep_delay,arr_time,sched_arr_time,arr_delay,...
292292
```

0 commit comments

Comments
 (0)