get_bo_connections.Rd
Retrieves the list of SAP Business Objects connections stored in the CMS repository that the end-user has access to.
get_bo_connections(domain, type = NULL, offset = 0, limit = 50)
domain | SAP Business Objects domain |
---|---|
type | Indicates the connection type to be retrieved. Values are:
This parameter is optional. If not specified, all types of connections are retrieved. |
offset | Indicates the position in the list, from which connections are returned.
It must be greater than or equal to 0. The default value is |
limit | indicates the number of connections that you can list on one page. Its range is 1 to 50.
This parameter is optional. The default value is |
Returns a tidy data.frame
of SAP Business Objects connections
if (FALSE) { get_bo_connections(domain="YOUR_DOMAIN") }