powered by
Concatenate expressions in a single pipeline-flavor expression.
pipe_expr(exprs, pipe_str = "%>%")
a call
call
(list of call) expressions to concatenate in a pipeline (%>%).
list
%>%
(character) the character which separates the expressions.
character
pipe_expr( list( expr1 = substitute(df), expr2 = substitute(head) ) )
Run the code above in your browser using DataLab