any_atomic | R Documentation |
Generate vectors of integer, double, character, logical, date, POSIXct, hms, or factors.
any_atomic(len = c(1L, 10L), any_na = FALSE)
len |
Length of the generated vectors. If |
any_na |
Whether |
A quickcheck_generator
object.
any_atomic() %>% show_example()
any_atomic(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.