RubyInit: Functions to start and end the running of the Ruby...

Description Usage Arguments Value Author(s) References See Also

View source: R/rubyInit.R

Description

These functions allow the R programmer to start and stop a Ruby interpreter within an R session.

These should not be used when embedding R within Ruby.

Usage

1
RubyInit(name = "embeddedInR", args = character())

Arguments

name

the name to use for the Ruby interpreter to "suggest" how it was instantiated. This would ordinarily be the name of the Ruby script that was being interpreted.

args

a character vector that can be used to specify the command line options for starting the Ruby interpreter.

Value

RubyInit returns a logical value TRUE to indicate that the interpreter was started.

Author(s)

Duncan Temple Lang

References

Ruby C-level API Documentation, e.g. http://dev.rubycentral.com/pickaxe

See Also

.Ruby .RubyRequire, ec.


omegahat/RRuby documentation built on May 24, 2019, 1:55 p.m.