IS&T RCS Tutorial - Analysis of Large Datasets using R’s Data.table

  • Starts: 9:30 am on Friday, June 16, 2023
  • Ends: 11:30 am on Friday, June 16, 2023
The R data.table package is known for its efficient handling of large datasets and low memory usage compared to similar functions in other packages. In many cases it might significantly decrease the time your code needs to execute. This tutorial will introduce you to the utilities in this package, including: data query basic aggregate/update operations data subsetting, data updating by reference set() utilities indexing and fast joins