read_and_prep_data: Read and prep data

View source: R/read_and_prep_data.R

read_and_prep_dataR Documentation

Read and prep data

Description

Read and prep data

Usage

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
)

Arguments

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.