pick_dcb | R Documentation |
Pick Double Color Balls
pick_dcb(size = 1L, verbose = TRUE)
size |
The size of sets of Super Lotto numbers to pick. |
verbose |
A logical value. Print the numbers picked or not. |
Print the numbers picked, and return the invisible balls
list that stored these numbers.
pick_dcb(10)
out <- pick_dcb(10, verbose = FALSE)
out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.