Description Usage Arguments Value Examples
Upload bulk import part
1 | 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
1 2 3 4 | ## 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.