##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (e1, e2)
{
x = basename(tempfile(pattern = "array"))
scidbquery(paste("store(multiply(", e1@name, ",", e2@name,
"),", x, ")", sep = ""))
return(scidb(x))
}
Run the code above in your browser using DataLab