knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) set.seed(101315)
library(casino) # Setup a new casino setup(".mgm") # Sit at a slot machine with default bet of 5 x <- Slots$new(who = "Gritty", bet = 5) # Play a game x$play() # Play 5 games x$play(spins = 5)
# get payout table (based on betting 25) knitr::kable(x$get_payout())
# delete records delete()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.