col_prep | R Documentation |
Column prep
col_prep(data, breaks_odds, breaks_stake, bound_odds, bound_stake)
data |
tibble (see 'read_data') |
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.