Learn R Programming

RTD (version 0.4.2)

list_bulk_import_parts: List bulk import parts

Description

List bulk import parts

Usage

list_bulk_import_parts(conn, name)

Value

Return bulk import parts list

Arguments

conn

Td client

name

Bulk import session name

Examples

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

Run the code above in your browser using DataLab