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 andytogether- indent
A boolean. Whether to indent
yon a same line (provided thatxandyare strings and one liners themselves)
