free_symbols: Get free symbol in expression

View source: R/sym_symbol.R

free_symbolsR Documentation

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

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

caracas documentation built on June 22, 2024, 10:59 a.m.