df2scidb(X, name = tmpnam(), dimlabel = "row", chunkSize,
rowOverlap = 0L, types = NULL, nullable, schema_only = FALSE, gc, start)
df2scidb
is a workhorse utility function that transfers an R data frame
into a 1-D SciDB array via intermediate CSV formatting.
The columns of the data frame correspond to attributes in the SciDB array.
The iquery
function returns query results using a similar method as R
data frames.df2scidb(iris)
scidblist()
head(iquery("scan(iris)", return=TRUE))
Run the code above in your browser using DataLab