| bulk_import_delete_part | R Documentation |
Delete bulk import part
bulk_import_delete_part(conn, name, part_name)
conn |
|
name |
Bulk import session name |
part_name |
Bulk import part name |
Return TRUE if succeeded
## Not run:
conn <- Td(apikey = "xxxx")
bulk_import_delete_part(conn, sess_name, "part")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.