powered by
S3 dispatch on tyhpe of pipe_right_argument.
# S3 method for default wrapr_function(pipe_left_arg, pipe_right_arg, pipe_environment, pipe_name = NULL)
left argument.
right argument (general object, not a function).
environment to evaluate in.
character, name of pipe operator.
result
# NOT RUN { f <- function() { print("execute"); 0} a <- substitute({. + 1 + f()}) 5 %.>% a # }
Run the code above in your browser using DataLab