Learn R Programming

RTD (version 0.4.2)

bulk_import_error_records: Show bulk import error records

Description

Show bulk import error records

Usage

bulk_import_error_records(conn, name)

Value

Return error records in gzipped file with msgpack stream format.

Arguments

conn

Td client

name

Bulk import session name

Examples

Run this code
if (FALSE) {
conn <- Td(apikey = "xxxx")
bulk_import_error_records(conn, sess_name)
}

Run the code above in your browser using DataLab