Skip to contents

Checks if a SAS session currently exists. If the SAS session has terminated during the session, check_session() will not detect it.

Usage

check_session(call = rlang::caller_env())

Details

Use execute_if_connection_active() for any function that relies on a SAS connection to catch inactive sessions.