prep: Prepare data for Entry into database

Description Usage Arguments

Description

Prepare a vector of data to be inserted into the database

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
prep(x, .db)

## S3 method for class 'character'
prep(x, .db = NULL)

## S3 method for class 'POSIXct'
prep(x, .db)

## S3 method for class 'POSIXlt'
prep(x, .db)

## S3 method for class 'numeric'
prep(x, .db)

## S3 method for class 'logical'
prep(x, .db)

## Default S3 method:
prep(x, .db)

prep_nulls(x, orig)

Arguments

x

vector to prepare for database

.db

the connection to use throughout the transaction

orig

original values


acjackman/dbezr documentation built on May 10, 2019, 5:11 a.m.