Learn R Programming

sasr (version 0.1.5)

'SAS' Interface

Description

Provides a 'SAS' interface, through 'SASPy'() and 'reticulate'(). This package helps you create 'SAS' sessions, execute 'SAS' code in remote 'SAS' servers, retrieve execution results and log, and exchange datasets between 'SAS' and 'R'. It also helps you to install 'SASPy' and create a configuration file for the connection. Please review the 'SASPy' license file as instructed so that you comply with its separate and independent license.

Copy Link

Version

Install

install.packages('sasr')

Monthly Downloads

894

Version

0.1.5

License

Apache License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Liming Li

Last Published

March 31st, 2025

Functions in sasr (0.1.5)

validate_sascfg

Validate SAS Configuration File Exist
sascfg

Create SAS Session Configuration File
saspy

saspy package
sas_engine

SAS engine function
sas_session_ssh

Create SAS Session Based on Configuration File
install_saspy

Install saspy Module
sas_session

Create SAS Session Based on Configuration File
get_sas_session

Get the Last or Default SAS Session
run_sas

Run SAS code with SAS Session
get_sas_cfg

Obtain the SAS Configuration File
df2sd

Transfer data.frame to SAS
.onLoad

onLoad Function
sasr-package

sasr Package
.sasr_env

sasr Environment
validate_data

Validate and Process data.frame for SAS
sd2df

Transfer SAS Data to R