Internal function to upload an R vector, dense n-d array or matrix to SciDB
Source:R/shim.R
dot-matvec2scidb.shim.Rd
Internal function to upload an R vector, dense n-d array or matrix to SciDB
Arguments
- db
scidb database connection
- X
a vector, dense n-d array or matrix
- name
(character) SciDB array name
- start
(int) dimension start value
- gc
(boolean) set to TRUE to connect SciDB array to R's garbage collector
- temp
(boolean) create a temporary SciDB array
- ...
optional extra arguments.
attr: attribute name
reshape: (boolean) to control reshape
type: (character) desired data type - however, limited type conversion available
max_byte_size: (int) maximum size of each block (in bytes) while uploading vectors in a multi-part fashion. Minimum block size is 8 bytes.
Value
a scidb
object