## Not run:
# data <- data.frame(x = 1:3, y = 1:3 / 10)
# f <- function(df) data.frame(p = df$x ^ 2, q = df$wrong)
# try_pipeline_func_call(f, data, "f")
# # Error in data.frame(p = df$x^2, q = df$wrong) :
# # arguments imply differing number of rows: 3, 0
# # --> called from within function: f
# ## End(Not run)
Run the code above in your browser using DataLab