pipe_expr | R Documentation |
Concatenate expressions in a single pipeline-flavor expression.
pipe_expr(exprs, pipe_str = "%>%")
exprs |
( |
pipe_str |
( |
a call
pipe_expr(
list(
expr1 = substitute(df),
expr2 = substitute(head)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.