Learn R Programming

civis (version 3.0.0)

multipart_upload: Upload to files endpoint in parts.

Description

If a future::plan has been set, will be carried out in parallel.

Usage

multipart_upload(file, name = "", chunk_size = 32 * 1024, expires_at = NULL)

Arguments

file

the file

name

name of the upload, defualts to

chunk_size

size of the chunks in bytes

expires_at

when the file expires (default never).