I appreciate that the opposite of this question has been asked and incorporated as a feature in data.table
. However, is there a way to make the output visible (preferably via options()
)? I tried options(datatable.verbose = TRUE)
but that returns the operations of :=
rather than the result.
I understand I can chain []
at the end, but I am after a global but reversible alternative.