dbImportTable: Import Table

View source: R/db.R

dbImportTableR Documentation

Import Table

Description

Import Table

Usage

dbImportTable(conn, table, name, index, overwrite, verbose, na.strings, ...)

Arguments

conn

DBIConnection object, as returned by dbConnect.

table

data.table, data.frame, or path to a data file.

name

the table name.

index

character vector of column names to use as index.

overwrite

if TRUE, an existing table of the same name will be overwritten. This argument doesn't change behavior if the table does not exist yet.

verbose

if TRUE, print on progress.

na.strings

character vector of strings which are to be interpreted as NA values by fread.

...

additional arguments passed to fread.

Value

NULL


eguidotti/eap documentation built on Sept. 4, 2024, 3:43 a.m.