Skip to contents

Retrieves the metadata about a specific beacon set on QuartzBio EDP.

Usage

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

Arguments

id

The ID of the beacon set.

env

(optional) Custom client environment.

Examples

if (FALSE) {
BeaconSet.retrieve("1234")
}