Evaluate the rank category of a five card poker hand.
Examples
hand <- deal_hand(new_deck())
print_hand(hand)
#> [1] "2D QH AH 3C 7C"
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] "2D QH AH 3C 7C"
eval_hand(hand)
#> [1] "high_card"