process_conf_force_expr: Process forced cut expression for a variable
Description
Evaluates a cut expression (e.g., "age <= mean(age)") and returns the expression with the value.
Usage
process_conf_force_expr(expr, df)
Value
Character string with evaluated value.
Arguments
- expr
Character string of the cut expression.
- df
Data frame.