Applies dplyr::slice_sample() to the underlying lazy tbl and returns a
modified tidybreed_table so that further dplyr chains continue to work.
Arguments
- .data
A
tidybreed_tableobject.- ...
Passed to
dplyr::slice_sample()(e.g.n = 10,prop = 0.1).
