sdf_copy_to(sc, x, name, memory, repartition, overwrite, ...)
sdf_import(x, sc, name, memory, repartition, overwrite, ...)name
if one already exists?sdf_copy_to is an S3 generic that, by default, dispatches to
sdf_import. Package authors that would like to implement
sdf_copy_to for a custom object type can accomplish this by
implementing the associated method on sdf_import.sdf_partition,
sdf_predict, sdf_register,
sdf_sample, sdf_sort