Skip to contents

Get audit record

Usage

get_audit_record(oid, as = "data.frame", env = "production")

Arguments

oid

(numeric) Audit identifier

as

(character) Format of the returned object. Can be: "data.frame" or "xml".

env

(character) Repository environment. Can be: "production", "staging", or "development".

Value

(data.frame or xml_document) An audit record

Note

User authentication is required (see login())

See also

Examples

if (FALSE) {

login()

# Get audit report
auditReport <- get_audit_record(oid = "121606334")

logout()
}