- Notifications
You must be signed in to change notification settings - Fork1k
Open
Description
Change added in#5256 is not optimal, using verbose = T shows why.
> z[, a := rowidv(.z), env=list(.z = z), verbose=T]Argument 'j' after substitute: `:=`(a, rowidv(structure(list(a = c(1, 1), b = 2:3), row.names = c(NA, -2L), class = c("data.table", "data.frame"), .internal.selfref = <pointer: 0x5590368f0190>)))Better will be to simply useset()