data.table Using list columns to store data

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Introduction

Data.table supports column vectors belonging to R's list class.

Remarks

In case it looks weird that we're talking about lists without using that word in the code, note that .() is an alias for list() when used inside a DT[...] call.



Got any data.table Question?