apex_connect: APEX Connect

Description Usage Arguments Value See Also Examples

View source: R/apex.R

Description

APEX Connect

Usage

1
2
apex_connect(user = Sys.getenv("APEX.SLU.EDU_USER"),
  pass = Sys.getenv("APEX.SLU.EDU_PASS"), verbose = FALSE)

Arguments

user

apex username as string

pass

either a string or a callback function for password prompt

verbose

either TRUE/FALSE or a value between 0 and 4 indicating log level: 0: no logging, 1: only warnings, 2: protocol, 3: packets or 4: full stack trace.

Value

ssh session

See Also

ssh_connect

Examples

1
2
3
4
5
## Not run: 
# retrive user and pass from .Renviron file in user home directory
session <- apex_connect()

## End(Not run)

Saint-Louis-University/sluhpc documentation built on Oct. 30, 2019, 11:47 p.m.