Learn R Programming

scidb (version 1.0-1)

scidbmultiply: XXX ~~function to do ... ~~

Description

XXX ~~ A concise (1-5 lines) description of what the function does. ~~

Usage

scidbmultiply(e1, e2)

Arguments

e1
XXX ~~Describe e1 here~~
e2
XXX ~~Describe e2 here~~

Value

  • XXX ~Describe the value returned XXX If it is a LIST, use XXX
  • comp1Description of 'comp1'
  • XXX
  • comp2Description of 'comp2'
  • XXX ...

Details

XXX ~~ If necessary, more details than the description above ~~

References

XXX ~put references to the literature/web site here ~

See Also

XXX ~~objects to See Also as help, ~~~

Examples

Run this code
##---- 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