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