I found that often when I try to print in console a data.table
(eg. by typing dt
and pressing Enter), it will not print anything. So I have to type it two or three times (like dt;dt;dt
) and then it will get printed.
Not a big deal, but I' curious why it happens?
Is that me not doing something right, or is it a glitch in data.table
package?
Sorry, I can't make reprex - as this situation does not seem to occur deterministically. But
It often happens after in a series of mortifications made to data.table (e.f. dt[, a:=b+c][, aa:=2*a]
)