Description Usage Arguments Race Type abbreviations Going abbreviations Examples
Return lengths per second scale employed by the BHA when they calculate lengths beaten. Use it convert the lengths back into seconds, see bhascale
1 | bha_ls(conditions = NULL)
|
conditions |
abbreviated concatenation of race conditions, ie. the type of race (flat or national hunt), and the official going. To view the dataset leave conditions blank. |
f-[going] flat
nh-[going] national hunt
[f, nh]-gq good or quicker
[f, nh]-ggs good, good to soft
[f, nh]-gsg good to soft, good
[f, nh]-gs good to soft
[f, nh]-gss good to soft, soft
[f, nh]-sgs soft, good to soft
[f, nh]-ss soft or slower
[f, nh]-aw all-weather
[f, nh]-fs fibresand
1 2 3 4 5 6 7 8 9 | ## Not run:
# conditions:
# race type: national hunt (nh) - going: good to soft, soft (gss)
bha_ls(conditions = "nh-gss")
# unsure of conditions param, view the dataset
bha_ls()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.