log_off: Logs off from the SAP Business Objects

Description Usage Arguments Value Warning Author(s) Examples

View source: R/functions.R

Description

Logs off from the SAP Business Objects session and removes the SAP Business Objects API token from the System Environment

Usage

1
log_off(domain)

Arguments

domain

SAP Business Objects domain to log off from

Value

Does not return any object, only a success message, as SAP API token is removed from the environment.

Warning

Please be careful when dealing with API keys and other secrets & tokens - keep them private and do not publish them.

Author(s)

Matthias Brenninkmeijer - https://github.com/matbmeijer

Examples

1
2
3
4
## Not run: 
log_off(domain="YOUR_DOMAIN")

## End(Not run)

matbmeijer/BusinessObjects documentation built on June 20, 2020, 10:43 a.m.