powered by
This rotates the order of the arguments such that the one named in param_name comes first and then calls the function.
param_name
pipe_into(x, param_name, fun, ...)
value to be piped into fun
name of the argument that x should be assigned to
function
further arguments for fun
Output of fun.
fun
# NOT RUN { require(magrittr) 5L %>% pipe_into("digits", format, 2.731234567) # }
Run the code above in your browser using DataLab