Copy tables to same source, if necessary
Arguments
- x, y
y
will be copied tox
, if necessary.- copy
If
x
andy
are not from the same data source, andcopy
isTRUE
, theny
will 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.