col_prep: Column prep

View source: R/col_prep.R

col_prepR Documentation

Column prep

Description

Column prep

Usage

col_prep(data, breaks_odds, breaks_stake, bound_odds, bound_stake)

Arguments

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')


kristian-bak/betting documentation built on Oct. 24, 2022, 1:35 p.m.