dot-UploadVector.httpapi: Upload an R vector to SciDB

.UploadVector.httpapiR Documentation

Upload an R vector to SciDB

Description

Upload an R vector to SciDB

Usage

.UploadVector.httpapi(db, payload, desc, max_byte_size = NULL)

Arguments

db

scidb database connection returned from scidbconnect

payload

an R sparse matrix

desc

an UploadDesc with metadata about the upload schema

max_byte_size

the maximum amount of data to upload in a single page. If the data exceeds this amount, it is uploaded in multiple pages. Set options(scidb.max_byte_size) to override the default for all vector uploads.

See Also

.matvec2scidb.shim()


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.