Get venue K-factors for format-gender
Examples
get_venue_k_factors("t20")
#> $perm_max
#> [1] 6.15
#>
#> $perm_min
#> [1] 1
#>
#> $perm_halflife
#> [1] 4000
#>
#> $session_max
#> [1] 15
#>
#> $session_min
#> [1] 2
#>
#> $session_halflife
#> [1] 150
#>
get_venue_k_factors("test")
#> $perm_max
#> [1] 6.25
#>
#> $perm_min
#> [1] 1.14
#>
#> $perm_halflife
#> [1] 4000
#>
#> $session_max
#> [1] 14.41
#>
#> $session_min
#> [1] 5
#>
#> $session_halflife
#> [1] 150
#>
