Learn R Programming

mathml (version 1.2)

instead: instead

Description

This is a function that allows the user to highlight the mistakes, in particular adds a curly bracket under the wrong term and it provides the correct solutions.

Usage

instead(inst, of)

Value

inst

Arguments

inst

the wrong term

of

the correct term

Examples

Run this code
1 + instead(2, 3)

mathml(term=quote(1 + instead(2, 3)))

Run the code above in your browser using DataLab