full_house: test for full house

View source: R/poker.R

full_houseR Documentation

test for full house

Description

test for full house

Usage

full_house(x)

Arguments

x

a vector of cards

Examples

d = build_deck()
h1 = c(d[1], d[14], d[27], d[2], d[15])
h1
full_house(h1)
h2 = c(d[1], d[14], d[27], d[2], d[16])
h2
full_house(h2)

vjcitn/YESCDS documentation built on April 16, 2024, 1:03 p.m.