Description Usage Arguments Value Examples
Check if the object is a valid deal
1 | is_deal(a)
|
a |
list |
logical value for whether a list is a deal
1 2 3 4 5 6 7 8 9 10 | a <- list(
data.frame(
x=c(2500, 0),
p=c(0.33, 0.67)),
data.frame(
x=c(2400, 0),
p=c(0.34, 0.66))
)
is_deal(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.