df2scidb(X, name = ifelse(exists(as.character(match.call()[2])), as.character(match.call()[2]), "X"), dimlabel = "row", chunkSize, rowOverlap = 0L, types = NULL, nullable = FALSE, real_format = "%.15f", gc)
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