Prepare a vector of data to be inserted into the database
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)
|
x |
vector to prepare for database |
.db |
the connection to use throughout the transaction |
orig |
original values |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.