Learn R Programming

mathml (version 1.2)

omit_left: omit_left This is a function that allows the user to highlight the mistakes, in particular the omissions in the left-hand side of the expression

Description

omit_left This is a function that allows the user to highlight the mistakes, in particular the omissions in the left-hand side of the expression

Usage

omit_left(expr)

Value

substitute(expr)[[3]], e.g., b from a + b

Arguments

expr

The expression, e.g. a + b