timeseriesdb icon indicating copy to clipboard operation
timeseriesdb copied to clipboard

db_ts_find_keys returns a data.table

Open HomoCodens opened this issue 4 years ago • 2 comments

I'd have expected a vector.

HomoCodens avatar Sep 30 '20 13:09 HomoCodens

this is probably already in use somewhere so such a change would fall under "breaking changes"

on the other hand a 1 column data.frame is basically a vector and it saves having to access the keys in a separate step

HomoCodens avatar Oct 06 '20 09:10 HomoCodens

check for consistency with e.g. listing keys in dataset

HomoCodens avatar Jul 15 '21 09:07 HomoCodens