mapCards: Maps a vector of poker cards to an integer

Description Usage Arguments Details Note Examples

Description

2 is low and A is high. Suits go clubs, diamonds, hearts, spaces. E.g. '2c'=1 and 'As'=52

Usage

1

Arguments

x

a poker card

Details

No details

Note

No notes

Examples

1
mapCards(c("As", "Ks", "Qs", "Js", "Ts", "3c", "5h"))

zachmayer/pokeR documentation built on May 4, 2019, 9:05 p.m.