get_bo_document_details.Rd
Retrieves Gets the details of a Web Intelligence document and returns a tidy data.frame
with detailed information.
get_bo_document_details(domain, document_id, tracker_document_id = NULL)
domain | SAP Business Objects domain |
---|---|
document_id | Document ID of the SAP Business Objects Document |
tracker_document_id | Optional parameter. Identifier of a reference document for track-data feature. Must be provided only when the document state is unused. |
Returns a tidy data.frame
with detailed information about the document.
if (FALSE) { get_bo_document_details(domain="YOUR_DOMAIN", document_id="YOUR_DOCUMENT_ID") }