Description Usage Arguments Examples
test for flush
1 | is_flush(x)
|
x |
a vector of cards |
1 2 3 4 | d = build_deck()
h1 = c(d[1:4], d[6])
h1
is_flush(h1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.