Description Usage Arguments See Also Examples
Use 'generator' with a for loop over the output of another generator to create a new, more interesting generator.
1 | generate(loop)
|
loop |
A 'for' loop expression, where the value iterated over is another Hedgehog generator. |
[gen-monad()] for FP style ways of sequencing generators. This function is syntactic sugar over 'gen.and_then' to make it palatable for R users.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.