fn_body()
is a simple wrapper around base::body()
. The setter
version preserves attributes, unlike body<-
.
fn_body(fn = caller_fn())fn_body(fn) <- value
A function. It is lookep up in the calling frame if not supplied.
New formals or formals names for fn
.