as.scidb: Upload R data to SciDB
Description
Upload R data to SciDB
Usage
as.scidb(db, x, name, start, gc = TRUE, ...)
Arguments
x
an R data frame, raw value, Matrix, matrix, or vector object
name
a SciDB array name to use
start
starting SciDB integer coordinate index (does not apply to data frames)
gc
set to FALSE to disconnect the SciDB array from R's garbage collector