powered by
This function lets the user print, save or do something inside a pipeline without affecting the output or pipeline.
pass(df, fun)
Dataframe
Function. What function do you wish to run? For example: pass(. %>% ncol %>% print)