pick_sl | R Documentation |
Pick Super Lotto numbers
pick_sl(size = 1L, verbose = TRUE)
size |
An integer. 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_sl(10)
out <- pick_sl(10, verbose = FALSE)
out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.