| create_bulk_import | R Documentation |
Create bulk import
create_bulk_import(conn, name, dbname, table)
conn |
|
name |
Bulk import session name |
dbname |
Data base name |
table |
Table name |
Return TRUE if succeeded
## 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.