Internal function to upload an R data frame to SciDB
Usage
.df2scidb.shim(
db,
X,
name = tmpnam(db),
types = NULL,
use_aio_input = FALSE,
chunk_size = NULL,
gc = TRUE,
temp = FALSE,
start = NULL,
...
)
Value
a scidb
object, or a character schema string if schema_only=TRUE
.