let method

R let(
  1. R function(
    1. Object
    )
)

Implementation

R let(R Function(Object) function) {
  return function(this);
}