This function uploads a local data frame into a remote data source, creating the table definition as needed. Wherever possible, the new object will be temporary, limited to the current connection to the source.
copy_to(dest, df, name = deparse(substitute(df)), ...)
remote data source
local data frame
name for new remote table.
other parameters passed to methods.
a tbl
object in the remote source