| bulk_import_upload_part | R Documentation |
Upload bulk import part
bulk_import_upload_part(conn, name, part_name, file_obj)
conn |
|
name |
Bulk import session name |
part_name |
Bulk import part name |
file_obj |
File connection. Should be msgpack stream with gzip compressed. Should have "time" column |
Return bulk import status
## Not run:
conn <- Td(apikey = "xxxx")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.