Internal function to upload an R data frame to SciDB
df2scidb(
db,
X,
name = tmpnam(db),
types = NULL,
use_aio_input = FALSE,
chunk_size,
gc,
format,
temp = FALSE
)scidb database connection
a data frame
SciDB array name
SciDB attribute types
optional value passed to the aio_input operator see https://github.com/Paradigm4/accelerated_io_tools
set to TRUE to connect SciDB array to R's garbage collector
a scidb object, or a character schema string if schema_only=TRUE.