evalRQ

For embedding an R interpreter inside D.

  1. void evalRQ(string cmd)
  2. void evalRQ(string[] cmds)
    version(standalone)
    void
    evalRQ
    (
    string[] cmds
    )

Parameters

cmds
Type: string[]

String array of R code that is passed to R and evaluated one element at a time.

See Also

Meta