View source: R/read_and_prep_data.R
read_and_prep_data | R Documentation |
Read and prep data
read_and_prep_data( breaks_odds = c(1, 1.25, 1.5, 1.75, 2, 2.5, 3, 4, 5), breaks_stake = c(0, 25, 50, 75, 100, 200), bound_odds = 5, bound_stake = 200 )
breaks_odds |
breaks used to cut odds column |
breaks_stake |
breaks used to cut stake column |
bound_odds |
integer specifying when to bound the odds column (all values above the bound will take the value 'bound_odds') |
bound_stake |
integer specifying when to bound the stake column (all values above the bound will take the value 'bound_stake') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.