Learn R Programming

cOde (version 1.1.1)

replaceOperation: Replace a binary operator in a string by a function

Description

Replace a binary operator in a string by a function

Usage

replaceOperation(what, by, x)

Arguments

what

character, the operator symbol, e.g. "^"

by

character, the function string, e.g. "pow"

x

vector of type character, the object where the replacement should take place

Value

vector of type character

Examples

Run this code
# NOT RUN {
replaceOperation("^", "pow", "(x^2 + y^2)^.5")
# }

Run the code above in your browser using DataLab