Skip to contents

Retrieves the metadata about a specific object on QuartzBio EDP.

Usage

Object.retrieve(id, env = get_connection())

Arguments

id

The ID of the object.

env

(optional) Custom client environment.

Examples

if (FALSE) {
Object.retrieve("1234567890")
}