etl_write.odbc32: Write tables via odbc32 connection

Description Usage Arguments

View source: R/pipes.R

Description

Write tables via odbc32 connection

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'odbc32'
etl_write(
  to,
  x,
  name,
  schema = NULL,
  rownames = FALSE,
  safer = FALSE,
  varTypes = NULL,
  ...
)

Arguments

to
x

data.table

name

name of the target table

schema

ignored

rownames

logical;

safer

logical;

varTypes

names character vector

...

vh-d/RETL documentation built on June 28, 2020, 10:33 a.m.