ask | R Documentation |
Ask for a symbol's property
ask(x, property)
x |
symbol |
property |
property, e.g. 'positive' |
if (has_sympy()) { x <- symbol("x", positive = TRUE) ask(x, "positive") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.