powered by
Retrieves the global beacon status for the specified dataset.
Object.get_global_beacon_status(id, raise_on_disabled = FALSE, env = .solveEnv)
The ID of a SolveBio dataset.
Whether to raise an exception if Global Beacon is disabled or to return NULL.
(optional) Custom client environment.
https://docs.solvebio.com/
if (FALSE) { Object.get_global_beacon_status("1234567890") Object.get_global_beacon_status("1234567890", raise_on_disabled=TRUE) }
Run the code above in your browser using DataLab