copyTable: Copies a single table from one database to another (only...

View source: R/dbAccess.R

copyTableR Documentation

Copies a single table from one database to another (only sqlite type databases have been tested). Internal function

Description

Copies a single table from one database to another (only sqlite type databases have been tested). Internal function

Usage

copyTable(dbFrom, dbTo, tableName, noWarnings = TRUE)

Arguments

dbFrom

database from which tables are to be copied, must be open when calling this function

dbTo

database to which tables are to be copied, must be open when calling this function

tableName

character vector specifying which table to copy

noWarnings

suppress warnings while copying data, default = TRUE

Value

nothing

Note

internal function


BenBruyneel/BBPersonalR documentation built on Aug. 23, 2024, 8:28 p.m.