I've got a quoted list
quote(list(orders = .N,
total_quantity = sum(quantity)))
(that I eventually eval
in the j
part of a data.table
)
What I would like is to extract the names
of that list without having to evaluate the expression because outside of the correct environment evaluating the expression will produce an error.