Skip to contents

Retrieves the global beacon status for the dataset.

Usage

Dataset.get_global_beacon_status(
  id,
  raise_on_disabled = FALSE,
  env = get_connection()
)

Arguments

id

The ID of a QuartzBio EDP dataset.

raise_on_disabled

Whether to raise an exception if Global Beacon is disabled or to return NULL.

env

(optional) Custom client environment.

Examples

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