run method

R run(
  1. R function()
)

Implementation

R run(R Function() function) {
  return function();
}