connect: Start a new R session with a running r2r server

Description Usage Arguments Value Examples

Description

Start a new R session with a running r2r server

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
start_server(
  address = "tcp://localhost",
  port = pbdZMQ::random_open_port(),
  arch = "i386",
  Rbin = rscript_path(arch),
  r_args = NULL,
  invisible = FALSE,
  wait = FALSE,
  global = TRUE,
  debug = FALSE
)

Arguments

address

host address

port

port

arch

architecture

Rbin

path to Rscript binary

r_args

further arguments to Rscript command

invisible

logical; visibility of the new session window

Value

socket connection (invisible)

Examples

1
#TBA

vh-d/odbc32 documentation built on Dec. 25, 2019, 8:47 p.m.