rethomics / damr

Read TriKinetics' DAM data in R
http://rethomics.github.io
6 stars 7 forks source link

Provide column names as vector, not CSV #46

Closed MichaelChirico closed 6 months ago

MichaelChirico commented 6 months ago

data.table is considering deprecating this approach to specifying by=, namely, as a comma-separated string of columns, because of the inconsistency it induces.

Please follow up in https://github.com/Rdatatable/data.table/issues/4357 if you have further input about this plan.