suits: get suits of a collection of cards

View source: R/build_deck.R

suitsR Documentation

get suits of a collection of cards

Description

get suits of a collection of cards

Usage

suits(x)

Arguments

x

a card from a deck made by 'build_deck'

Examples

d = build_deck()
d[1]
suits(d[1:2])

vjcitn/CSHstats documentation built on July 31, 2023, 2:31 p.m.