Learn R Programming

caracas (version 2.1.1)

free_symbols: Get free symbol in expression

Description

Get free symbol in expression

Usage

free_symbols(x)

Arguments

x

Expression in which to get the free symbols in

Examples

Run this code
if (has_sympy()) {
  def_sym(a, b)
  x <- (a - b)^4
  free_symbols(x)
}
 

Run the code above in your browser using DataLab