Get doc ID reads
get_docid_reads(scope, identifier, as = "data.frame", env = "production")
(character) Scope of data package
(numeric) Identifier of data package
(character) Format of the returned object. Can be: "data.frame" or "xml".
(character) Repository environment. Can be: "production", "staging", or "development".
(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
.
Other Audit Manager Services:
get_audit_count()
,
get_audit_record()
,
get_audit_report()
,
get_packageid_reads()
,
get_recent_uploads()
if (FALSE) {
# Get all reads
resourceReads <- get_docid_reads(scope = "knb-lter-sgs", identifier = 817)
}