Skip to contents

Version of dplyr::copy_to() that creates Aria tables and has a better parameter order

Usage

copy_to_a(df, con, name, temporary, overwrite, ...)

Arguments

df

the dataframe to copy to the SQL store

con

the connection to the SQL store

name

the name of the table to create (defaults to a new unique table name)

temporary

whether to create a temporary table

overwrite

whether to overwrite existing tables (default to TRUE for temporary tables, FALSE otherwise)

...

Other arguments passed on to dplyr::copy_to(),

Value

a dbplyr tbl referencing the table created