replaceOperation {cOde}R Documentation

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

replaceOperation("^", "pow", "(x^2 + y^2)^.5")

[Package cOde version 1.1.1 Index]