Copy local R table to remote data handle.
rq_copy_to( db, table_name, d, ..., qualifiers = NULL, overwrite = FALSE, temporary = TRUE, rowidcolumn = NULL )Arguments db
database connection handle.
table_namename of table to create.
ddata.frame to copy to database.
...force later argument to be by name
qualifiersoptional named ordered vector of strings carrying additional db hierarchy terms, such as schema.
overwritelogical, if TRUE try to overwrite existing table.
temporarylogical, if TRUE try to mark table as temporary.
rowidcolumncharacter, name to land row-ids.
Valuea relop representation of the data
See alsodb_td
, mk_td
, materialize
, execute
, to_sql
#> SELECT #> `AUC`, #> `R2` #> FROM #> `d` #> AUC R2 #> 1 0.6 0.2
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4