start.server: Utility to start the R server

Description Usage Arguments Author(s) Examples

Description

Utility to start the R server. This calls the script remoterengine contained in the exec directory of the package. See examples below

Usage

1
start.server(run = TRUE, arguments = commandArgs(TRUE))

Arguments

run

logical, if TRUE the command is run. Otherwise it is just returned

arguments

Additional arguments, typically used by the command line

Author(s)

Romain Francois <francoisromain@free.fr>

Examples

1
2
3
4
5
# the script that gets called
script <- system.file( "exec", "remoterengine", package = "RemoteREngine" )

# make sure the file exists
stopifnot( file.exists( script ) )

RemoteREngine documentation built on May 2, 2019, 5 p.m.