Description Usage Arguments Value Examples
Create bulk import
1 | create_bulk_import(conn, name, dbname, table)
|
conn |
|
name |
Bulk import session name |
dbname |
Data base name |
table |
Table name |
Return TRUE
if succeeded
1 2 3 4 5 6 | ## Not run:
conn <- Td(apikey = "xxxx")
sess_name <- uuid::UUIDgenerate()
create_bulk_import(conn, sess_name, "mydb", "mytable")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.