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/YESCDS documentation built on April 16, 2024, 1:03 p.m.