Learn R Programming

sasr (version 0.1.4)

get_sas_session: Get the Last or Default SAS Session

Description

[Experimental] Obtain the last session or default session.

Usage

get_sas_session()

Arguments

Value

A new SAS session if there are no previous SAS session, or the last SAS session created.

Details

this function is designed to facilitate the R users programming practice of function oriented programming instead of object oriented programmings.