cards {prithulib} | R Documentation |
An event of choosing a card from a pack of 52 cards (Joker optional)
cards(n, joker = FALSE)
n |
is the number of cards to be chosen (default 1) |
joker |
TRUE includes the Joker card in the deck (default FALSE) |
The chosen card(s)
Prithul Chaturvedi
cards(3, joker = TRUE)