slice_sample
errors out if a column name in .data
has the explicit name of replace
#6725
Milestone
slice_sample
errors out if a column name in .data
has the explicit name of replace
#6725
Based on the fact that this being caused at the call to
base::sample.int()
, I suspect that it's attempting to absorb.data$replace
(if present) before the actual replace argument inslice_sample
.Didn't see anyone with this issue on StackOverflow so I'm submitting here for review.
Created on 2023-02-14 with reprex v2.0.2
Session info
The text was updated successfully, but these errors were encountered: