factor_ | R Documentation |
A generator for factor vectors.
factor_(len = c(1L, 10L), any_na = FALSE)
len |
Length of the generated vectors. If |
any_na |
Whether |
A quickcheck_generator
object.
factor_() %>% show_example()
factor_(len = 10L, any_na = TRUE) %>% show_example()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.