Ethan Brown

Results 9 comments of Ethan Brown

Leaving open but will not fix for 0.2.0

Here's a start on an idea of how we might be able to make this work. This code takes the output of generate from a data-generating function that already inherently...

I'm thinking the specification for how to split the output should happen in `specify(split_by = ...)` or similar. The wrangling itself would happen within `generate()`, likely at `generate_row()` where the...

If user specifies `.reps` within `define()`, `generate()` could even try to make a guess about how to split the output by what dimension of the output matches `.reps`... `split_by =...