powered by
An event of choosing a card from a pack of 52 cards (Joker optional)
cards(n, joker = FALSE)
is the number of cards to be chosen (default 1)
TRUE includes the Joker card in the deck (default FALSE)
The chosen card(s)
# NOT RUN { cards(3, joker = TRUE) # }
Run the code above in your browser using DataLab