https://github.com/bokov/tidbits/blob/6d3394220dc6825351dd6bf439ef3d508f10dee5/R/functions.R#L401 When the number of unique values in the output is different from the number in the input, allow the user to choose what to do: * Ignore (current behaviour) * Warn * Warn and force output to be unique * Error
tidbits/R/functions.R
Line 401 in 6d33942
When the number of unique values in the output is different from the number in the input, allow the user to choose what to do: