README.md

Poker

This package implements simple parsing and ranking of poker hands.

Installation

Poker is an R package and requires R 3.4 or greater.

Install Poker from GitHub with:

install.packages("devtools")
devtools::install_github("kent37/Poker")

Example

The package includes a simple Shiny application which demonstrates the functionality. To run it use these commands:

library(Poker)
runExample()


kent37/Poker documentation built on May 15, 2019, 2:54 a.m.