Skip to contents

Disables Global Beacon for the specified dataset.

Usage

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

Arguments

id

The ID of a QuartzBio EDP dataset.

env

(optional) Custom client environment.

Examples

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