cards: Choosing a card

Description Usage Arguments Value Author(s) Examples

Description

An event of choosing a card from a pack of 52 cards (Joker optional)

Usage

1
cards(n, joker = FALSE)

Arguments

n

is the number of cards to be chosen (default 1)

joker

TRUE includes the Joker card in the deck (default FALSE)

Value

The chosen card(s)

Author(s)

Prithul Chaturvedi

Examples

1
cards(3, joker = TRUE)

prithulib documentation built on May 1, 2019, 7:05 p.m.

Related to cards in prithulib...