is_flush: test for flush

View source: R/poker.R

is_flushR Documentation

test for flush

Description

test for flush

Usage

is_flush(x)

Arguments

x

a vector of cards

Examples

d = build_deck()
h1 = c(d[1:4], d[6])
h1
is_flush(h1)

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