get_bo_folder_ressources.Rd
Retrieves all the children ressources with name, description, id and type from a given Folder ID. The current file and the one to upload must have the same file structure (columns number, names, and order).
get_bo_folder_ressources( domain, folder_id, type = NULL, page = NULL, pageSize = 50 )
domain | SAP Business Objects domain |
---|---|
folder_id | Folder ID in the CMS repository of the folder to retrieve its children from (Equals to the |
type | Optional parameter to define the type of elements to retrieve. Must be a single element (Equals to the
|
page | For more than 50 elements within a folder pagination is necessary. Use this parameter to control pagination. |
pageSize | Page size of the number of ressources to obtain. Maximum is 50, defaults to 50. |
Returns a tidy data.frame
of all the children elements within the folder
if (FALSE) { get_bo_folder_ressources(domain = "YOUR_DOMAIN", folder_id = 12345, type = Webi ) }