Copy tables to same source, if necessary
Arguments
- x, y
ywill be copied tox, if necessary.- copy
If
xandyare not from the same data source, andcopyisTRUE, thenywill be copied into the same src asx. This allows you to join tables across srcs, but it is a potentially expensive operation so you must opt into it.- ...
Other arguments passed on to methods.
