equal_length | R Documentation |
Generates equal length vectors contained in a list.
equal_length(..., len = c(1L, 10L))
... |
A set of named or unnamed vector generators. |
len |
Length of the generated vectors. If |
A quickcheck_generator
object.
equal_length(integer_(), double_()) %>% show_example()
equal_length(a = logical_(), b = character_(), len = 5L) %>% show_example()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.