Skip to contents

Enables Global Beacon for the the dataset.

Usage

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

Arguments

id

The ID of a QuartzBio EDP dataset.

env

(optional) Custom client environment.

Examples

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