When using the function by
, at times I will have a data subset (as determined by the INDICES
argument) that 'breaks' by
(technically it breaks FUN
which in turn breaks by
).
Is there a way to identify the 'bad' value of the list passed to INDICES
? (without writing an explicit loop over the list)