dot-UploadDenseDimensioned.httpapi: Upload a dense n-dimensional array or matrix to SciDB

.UploadDenseDimensioned.httpapiR Documentation

Upload a dense n-dimensional array or matrix to SciDB

Description

Upload a dense n-dimensional array or matrix to SciDB

Usage

.UploadDenseDimensioned.httpapi(db, payload, desc, reshape = TRUE, ...)

Arguments

db

scidb database connection returned from scidbconnect

payload

an R dense n-dimensional array or matrix

desc

an UploadDesc with metadata about the upload schema

reshape

(default: TRUE) by default, the SciDB reshape() operator is called on the uploaded array to make the SciDB array match the shape of the R array. Set this to FALSE to disable this; the resulting SciDB array will be flat instead of N-dimensional.

See Also

.matvec2scidb.shim


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