Extract variable names from a mathematical expression
stm_fexpr_vars.Rd
stm_fexpr_vars()
identifies and extracts unique variable names from
a string representation of a mathematical expression. Mathematical functions
such as sqrt
, log
, and others are excluded from the output.
Value
A character vector of unique variable names found in the expression. Mathematical functions are excluded from the result.
See also
stm_function
, stm_fexpr_vars