Description Usage Arguments Value
Insert records in the DB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | insert(data, ...)
## S3 method for class 'age_model'
insert(data, conn, ...)
## S3 method for class 'date_info'
insert(data, conn, ...)
## S3 method for class 'entity'
insert(data, conn, ...)
## S3 method for class 'entity_pub'
insert(data, conn, ...)
## S3 method for class 'pollen_data'
insert(data, conn, ...)
## S3 method for class 'pub'
insert(data, conn, ...)
## S3 method for class 'sample'
insert(data, conn, ...)
## S3 method for class 'site'
insert(data, conn, ...)
|
data |
Data to be inserted, must have column names and records across
the rows. It can be generated using
|
... |
Optional parameters, including connection object ( |
conn |
DB connection object. |
ID of the inserted record(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.