A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://winvector.github.io/rquery/reference/rq_copy_to.html below:

Copy local R table to remote data handle. — rq_copy_to • rquery

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_name

name of table to create.

d

data.frame to copy to database.

...

force later argument to be by name

qualifiers

optional named ordered vector of strings carrying additional db hierarchy terms, such as schema.

overwrite

logical, if TRUE try to overwrite existing table.

temporary

logical, if TRUE try to mark table as temporary.

rowidcolumn

character, name to land row-ids.

Value

a relop representation of the data

See also

db_td, mk_td, materialize, execute, to_sql

Examples

#> 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