Exported for custom constructor design.
Arguments
- x
A character vector. The code for the left hand side call.
- y
A character vector. The code for the right hand side call.
- ...
Implemented to collect unused arguments forwarded by the dots of the caller environment.
- pipe
A string. The pipe to use,
"plus"
is useful for ggplot code.- one_liner
A boolean. Whether to paste
x
, the pipe andy
together- indent
A boolean. Whether to indent
y
on a same line (provided thatx
andy
are strings and one liners themselves)