Description Usage Arguments Value Examples
View source: R/odds_converter.R
Returns a tibble where each row has American, Decimal, and Implied odds
1 | Implied2All(implied, precision = 4)
|
implied |
A vector of Implied odds. |
precision |
A numerical value representing the precision. The default precision is set to 4 digits. |
A tibble of American, Decimal, and Implied odds
1 | Implied2All(c(.34, .54, .88, .12))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.