Evaluate the rank category of a five card poker hand.
Examples
hand <- deal_hand(new_deck())
print_hand(hand)
#> [1] "4C 3C AH 7S 5H"
eval_hand(hand)
#> [1] "high_card"
Evaluate the rank category of a five card poker hand.
hand <- deal_hand(new_deck())
print_hand(hand)
#> [1] "4C 3C AH 7S 5H"
eval_hand(hand)
#> [1] "high_card"