function {oosp}R Documentation

change the body of a function

Description

The mutate.function method changes the body of a function. The str argument is a character vector, representing the lines of the new function.

Usage

## S3 method for class 'function':
mutate(f, str, ...)

Arguments

f
str
...

[Package oosp version 0.2.3 Index]