sascfg {sasr} | R Documentation |
Create SAS Session Configuration File
Description
Create SAS session configuration file based on argument.
Usage
sascfg(
name = "default",
host,
saspath,
ssh = system("which ssh", intern = TRUE),
encoding = "latin1",
options = list("-fullstimer"),
...,
sascfg = "sascfg_personal.py"
)
Arguments
name |
( |
host |
( |
saspath |
( |
ssh |
( |
encoding |
( |
options |
( |
... |
additional arguments. |
sascfg |
( |
Details
host
and saspath
are required to connect to remote SAS server. Other arguments can follow default.
If transferring datasets is needed, then tunnelling is required.
Use tunnel =
, rtunnel =
to specify tunnels and reverse tunnels.
The values should be length 1 integer.
Value
No return value.
[Package sasr version 0.1.2 Index]