HTML vignette series:
Planned for v1.9.8
Future releases
Finished:
Minor:
Notes (to update current vignettes based on feedbacks): Please let me know if I missed anything..
Introduction to data.table:
Reference semantics:
Keys and fast binary search based subsets:
FAQ (most appropriate here, I think).
HTML vignette series:
Planned for
v1.9.8i.colusage as filed in Docs: explain and document the i.col notation for joins #1038. d) Also cover about performance/advantages fromonperforming slower than doublesetkey#1232.[ ] Covercovered in programming on data.table #4304get()andmget(). E.g., http://stackoverflow.com/q/33785747/559784on=argument for joins #1623).Future releases
fread+rbindlist), ordering, ranking and set operationsdata.table()anddata.frame()somewhere - relevant issues: Creation of data.table using a list #968, data.table(x) != as.data.table(x) #877. Perhaps slightly more in detail in the FAQ.data.tableusage:fread+fwritevignette, include also Convenience features of fread wiki, also fread (and fwrite) vignette #2855Finished:
i, select / do injand aggregations usingby.iandbyin the same way as before)by=.EACHIuntil the vignette is done.Minor:
integer64, and promoting it for large integers.Notes (to update current vignettes based on feedbacks): Please let me know if I missed anything..
Introduction to data.table:
orderini.jwhile selecting/computing..SDcolsand cols inwith=FALSEbeing able to select columns ascolA:colB.Reference semantics:
set*functions here.. (setnames,setcolorderetc..)set.1b) the := operatoris just defining ways to use it - the example there doesn't work as it just shows two different ways of using it -- Following this comment.Keys and fast binary search based subsets:
FAQ (most appropriate here, I think).
readRDS(). Update this SO post.alloc.col(), and when to use it (when you need to create multiple columns), and why. Update this SO post.