sascfg | R Documentation |
Create SAS session configuration file based on argument.
sascfg(
name = "default",
host,
saspath,
ssh = system("which ssh", intern = TRUE),
encoding = "latin1",
options = list("-fullstimer"),
...,
sascfg = "sascfg_personal.py"
)
name |
( |
host |
( |
saspath |
( |
ssh |
( |
encoding |
( |
options |
( |
... |
additional arguments. |
sascfg |
( |
host
and saspath
are required to connect to remote SAS server. Other arguments can follow default.
If transferring datasets is needed and the client(running sasr) is not reachable from the server,
then tunnelling is required.
Use tunnel =
, rtunnel =
to specify tunnels and reverse tunnels.
The values should be length 1 integer.
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.