Skip to content

Vignettes #944

@arunsrinivasan

Description

@arunsrinivasan

HTML vignette series:

Planned for v1.9.8


Future releases


Finished:


Minor:

  • Operations using 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:

  • order in i.
  • Explain how to name columns in j while selecting/computing.
  • Emphasise that keyby is applied after obtaining the result on the computed result, not on the original data.table.
  • Mention new updates to .SDcols and cols in with=FALSE being able to select columns as colA:colB.

Reference semantics:

  • Also explain all other relevant set* functions here.. (setnames, setcolorder etc..)
  • Mainly set.
  • Explain that 1b) the := operator is 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:

  • Add an example of subset using integer/double keys.
  • Difference in "nomatch" default in binary search based subsets.
  • replacing NAs with binary search based subsets possible?

FAQ (most appropriate here, I think).

  • Update FAQ with issue on external pointer being NULL when reading an R object from file, for example, using readRDS(). Update this SO post.
  • Explain with example, on over allocating the data.table using alloc.col(), and when to use it (when you need to create multiple columns), and why. Update this SO post.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions