Skip to contents

Retrieves the metadata about a specific beacon on QuartzBio EDP.

Usage

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

Arguments

id

The ID of the beacon.

env

(optional) Custom client environment.

Examples

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