Skip to contents

Enables Global Beacon for the specified dataset.

Usage

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

Arguments

id

The ID of a QuartzBio EDP dataset.

env

(optional) Custom client environment.

Examples

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