Learn R Programming

caracas (version 2.0.0)

ask: Ask for a symbol's property

Description

Ask for a symbol's property

Usage

ask(x, property)

Arguments

x

symbol

property

property, e.g. 'positive'

Examples

Run this code
if (has_sympy()) {
  x <- symbol("x", positive = TRUE)
  ask(x, "positive")
}

Run the code above in your browser using DataLab