Learn R Programming

mosaic (version 0.1-23)

cards: Standard Deck of Cards

Description

A character vector with two-character representations of each card in a standard 52-card deck.

Usage

data(cards)

Arguments

Examples

Run this code
deal(cards, 13)        # bridge hand
deal(cards, 5)         # poker hand
shuffle(cards)         # shuffled deck

Run the code above in your browser using DataLab