get_bo_universes.Rd
Gets the list of UNX and UNV universes stored in the CMS repository.
get_bo_universes(domain, offset = 0, limit = 50)
domain | SAP Business Objects domain |
---|---|
offset | Indicates the position in the list, from which universes are returned.
It must be greater than or equal to 0. The default value is 0. This parameter is optional. The default value is |
limit | Indicates the number of universes that you can list on one page. The range is from 1 to 50.
The default value is 10. This parameter is optional. The default value is |
Returns a tidy data.frame
of SAP Business Objects Universes
if (FALSE) { get_bo_universes(domain="YOUR_DOMAIN") }