Description Usage Arguments Examples
test for full house
1 | full_house(x)
|
x |
a vector of cards |
1 2 3 4 5 6 7 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.