get_docid_reads(scope, identifier, as = "data.frame", env = "production")
Value
(data.frame or xml_document) Summary of all the successful reads
(total reads and non-robot reads) for all the resources of a given
scope and identifier.
Arguments
scope
(character) Scope of data package
identifier
(numeric) Identifier of data package
as
(character) Format of the returned object. Can be: "data.frame"
or "xml".
env
(character) Repository environment. Can be: "production",
"staging", or "development".
See Also
Other Audit Manager Services:
get_audit_count(),
get_audit_record(),
get_audit_report(),
get_packageid_reads(),
get_recent_uploads()