last.updated.RdReturns number of rows affected by last := or set().
.Last.updated
Integer.
Be aware that in the case of duplicate indices, multiple updates occur (duplicates are overwritten);
.Last.updated will include all of the
updates performed, including duplicated ones. See examples.
#> a b z #> 1: 1 2 NA #> 2: 2 3 5 #> 3: 3 4 5 #> 4: 4 5 NA.Last.updated#> [1] 2#> a #> 1: 3.Last.updated#> [1] 2